1 write to _milToEm
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
53
_milToEm
= EmScaleFactor / glyphRun.FontRenderingEmSize;
3 references to _milToEm
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (3)
190
int normalizedAdvance = (int)Math.Round(_advances[glyph] *
_milToEm
);
203
int offset = (int)Math.Round(_offsets[glyph].X *
_milToEm
);
211
offset = (int)Math.Round(_offsets[glyph].Y *
_milToEm
);