Searched refs:xHeight (Results 1 – 14 of 14) sorted by relevance
23 | double [xHeight](#xheight) | 小写字母的高度。 | 135 ### xHeight subsection138 double OH_Drawing_LineMetrics::xHeight
30 | float [xHeight](#xheight) | 小写字母的高度,如果未知则为零,通常为负数。 | 184 ### xHeight subsection187 float OH_Drawing_Font_Metrics::xHeight
4613 | xHeight<sup>12+</sup> | number | 是 | 是 | 小写字母x的高度,通常为负值。 |
23 | double [xHeight](#xheight) | Height of a lowercase letter, specifically the lowercase x, not incl…135 ### xHeight subsection138 double OH_Drawing_LineMetrics::xHeight
30 | float [xHeight](#xheight) | Height of a lowercase letter, or zero if unknown. Generally, the valu…184 ### xHeight subsection187 float OH_Drawing_Font_Metrics::xHeight
4613 | xHeight<sup>12+</sup> | number | Yes | Yes | Height of the lowercase letter x. The value is usu…
316 lineMetrics->xHeight = skFontMetrics.fXHeight; in GetLineInfo()326 lineMetrics->xHeight = 0.0; in GetLineInfo()360 line.xHeight = skmFontMetrics.fXHeight; in GetLineMetrics()363 line.xHeight = 0.0; in GetLineMetrics()
63 double xHeight; member
476 float xHeight; member
237 double xHeight; member
85 double xHeight; member
970 lineMetrics.xHeight = resMetric.xHeight; in GetLineMetrics()1096 lineMetrics.xHeight = resMetric.xHeight; in GetLineMetricsByCoordinate()
88 float xHeight = 0.0f; member
1324 drawingFontMetrics.xHeight = fontMetrics.fXHeight; in ConvertFontMetrics()1337 drawingLineMetrics.xHeight = lineMetrics.xHeight; in ConvertLineMetrics()