Home
last modified time | relevance | path

Searched refs:xHeight (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___line_metrics.md23 | double [xHeight](#xheight) | 小写字母的高度。 |
135 ### xHeight subsection
138 double OH_Drawing_LineMetrics::xHeight
H A D_o_h___drawing___font___metrics.md30 | float [xHeight](#xheight) | 小写字母的高度,如果未知则为零,通常为负数。 |
184 ### xHeight subsection
187 float OH_Drawing_Font_Metrics::xHeight
H A Djs-apis-graphics-drawing.md4613 | xHeight<sup>12+</sup> | number | 是 | 是 | 小写字母x的高度,通常为负值。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___line_metrics.md23 | double [xHeight](#xheight) | Height of a lowercase letter, specifically the lowercase x, not incl…
135 ### xHeight subsection
138 double OH_Drawing_LineMetrics::xHeight
H A D_o_h___drawing___font___metrics.md30 | float [xHeight](#xheight) | Height of a lowercase letter, or zero if unknown. Generally, the valu…
184 ### xHeight subsection
187 float OH_Drawing_Font_Metrics::xHeight
H A Djs-apis-graphics-drawing.md4613 | xHeight<sup>12+</sup> | number | Yes | Yes | Height of the lowercase letter x. The value is usu…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp316 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_layout_info.h63 double xHeight; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_font.h476 float xHeight; member
H A Ddrawing_text_typography.h237 double xHeight; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h85 double xHeight; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp970 lineMetrics.xHeight = resMetric.xHeight; in GetLineMetrics()
1096 lineMetrics.xHeight = resMetric.xHeight; in GetLineMetricsByCoordinate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h88 float xHeight = 0.0f; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1324 drawingFontMetrics.xHeight = fontMetrics.fXHeight; in ConvertFontMetrics()
1337 drawingLineMetrics.xHeight = lineMetrics.xHeight; in ConvertLineMetrics()