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