7 references to AdvanceWidths
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (2)
515IList<double> advances = AdvanceWidths; 571IList<double> advances = AdvanceWidths;
System\Windows\Media\GlyphsSerializer.cs (1)
41_advances = glyphRun.AdvanceWidths;
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
444double advSpecified = glyphRun.AdvanceWidths[glyphIndex]; 452advWidth += glyphRun.AdvanceWidths[i];
System\Windows\Documents\FixedSOMTextRun.cs (1)
131run._defaultCharWidth = gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1633glyphRun.AdvanceWidths,