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