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