5 references to FontRenderingEmSize
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
415glyphs.FontRenderingEmSize <= 0)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (3)
104glyphs.FontRenderingEmSize <= 0) 113run._fontSize = glyphs.FontRenderingEmSize; 140run._defaultCharWidth = gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];
src\Framework\System\Windows\Documents\Glyphs.cs (1)
370glyphRunProperties.fontRenderingSize = FontRenderingEmSize;