7 references to AdvanceWidths
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (2)
516IList<double> advances = AdvanceWidths; 572IList<double> advances = AdvanceWidths;
System\Windows\Media\GlyphsSerializer.cs (1)
42_advances = glyphRun.AdvanceWidths;
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
445double advSpecified = glyphRun.AdvanceWidths[glyphIndex]; 453advWidth += glyphRun.AdvanceWidths[i];
System\Windows\Documents\FixedSOMTextRun.cs (1)
132run._defaultCharWidth = gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1634glyphRun.AdvanceWidths,