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