1 write to _xHeight
PresentationCore (1)
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
66
_xHeight
= xHeight > 0 ? xHeight : XHeightDefaultInEm;
1 reference to _xHeight
PresentationCore (1)
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
95
return
_xHeight
;