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