3 references to AdvanceWidths
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
191double fontAdvance = _sideways ? _glyphTypeface.AdvanceHeights[fontIndex] : _glyphTypeface.AdvanceWidths[fontIndex];
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
456double advFont = typeFace.AdvanceWidths[glyphRun.GlyphIndices[glyphIndex]] * glyphRun.FontRenderingEmSize;
src\Framework\System\Windows\Documents\Glyphs.cs (1)
475double advance = sideways ? glyphTypeface.AdvanceHeights[glyphIndex] : glyphTypeface.AdvanceWidths[glyphIndex];