1 write to _advances
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
67
_advances
= glyphRun.AdvanceWidths;
1 reference to _advances
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
190
int normalizedAdvance = (int)Math.Round(
_advances
[glyph] * _milToEm);