7 references to AdvanceWidths
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (2)
544IList<double> advances = AdvanceWidths; 600IList<double> advances = AdvanceWidths;
System\Windows\Media\GlyphsSerializer.cs (1)
58_advances = glyphRun.AdvanceWidths;
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
448double advSpecified = glyphRun.AdvanceWidths[glyphIndex]; 456advWidth += glyphRun.AdvanceWidths[i];
System\Windows\Documents\FixedSOMTextRun.cs (1)
134run._defaultCharWidth = gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1641glyphRun.AdvanceWidths,