3 references to XHeight
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1014return XHeight;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
140run._defaultCharWidth = gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];