4 references to FontRenderingEmSize
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
44
_milToEm = EmScaleFactor / glyphRun.
FontRenderingEmSize
;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
447
double advFont = typeFace.AdvanceWidths[glyphRun.GlyphIndices[glyphIndex]] * glyphRun.
FontRenderingEmSize
;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1637
glyphRun.
FontRenderingEmSize
,
2083
WriteAttr("FontRenderingEmSize", glyphRun.
FontRenderingEmSize
);