6 references to AdvanceWidths
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
553IList<double> advances = AdvanceWidths; 609IList<double> advances = AdvanceWidths;
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
67_advances = glyphRun.AdvanceWidths;
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
457double advSpecified = glyphRun.AdvanceWidths[glyphIndex]; 465advWidth += glyphRun.AdvanceWidths[i];
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
140run._defaultCharWidth = gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];