3 implementations of XHeight
PresentationCore (3)
Core\CSharp\MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
97public double XHeight
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
180public double XHeight
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1010double ITypefaceMetrics.XHeight
1 reference to XHeight
PresentationCore (1)
Core\CSharp\System\Windows\Media\Typeface.cs (1)
214return CachedTypeface.TypefaceMetrics.XHeight;