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)
190int normalizedAdvance = (int)Math.Round(_advances[glyph] * _milToEm); 203int offset = (int)Math.Round(_offsets[glyph].X * _milToEm); 211offset = (int)Math.Round(_offsets[glyph].Y * _milToEm);