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