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