3 references to GetAdvanceWidth
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (1)
1596double nominalAdvance = TextFormatterImp.RoundDip(_glyphTypeface.GetAdvanceWidth(glyphIndex, _pixelsPerDip, _textFormattingMode, IsSideways) * _renderingEmSize,
System\Windows\Media\GlyphTypeface.cs (2)
838return CreateGlyphIndexer(this.GetAdvanceWidth); 1369int missingGlyphWidth = (int)Math.Round(TextFormatterImp.RoundDip(emSize * GetAdvanceWidth(0, pixelsPerDip, textFormattingMode, isSideways), pixelsPerDip, textFormattingMode) * scalingFactor);