2 references to EmScaleFactor
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (2)
53
_milToEm =
EmScaleFactor
/ glyphRun.FontRenderingEmSize;
192
if (normalizedAdvance != (int)Math.Round(fontAdvance *
EmScaleFactor
))