2 references to BlackBoxWidth
PresentationCore (2)
System\Windows\Media\CharacterMetrics.cs (1)
93CompositeFontParser.VerifyNonNegativeMultiplierOfEm(nameof(BlackBoxWidth), ref metrics[(int)FieldIndex.BlackBoxWidth]);
System\Windows\Media\FamilyTypeface.cs (1)
300pAdvances[i] = Math.Max(0, (int)((metrics.BlackBoxWidth + metrics.LeftSideBearing + metrics.RightSideBearing) * emSize));