Home
last modified time | relevance | path

Searched refs:OH_Drawing_TextStyleGetFontHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h2192 double OH_Drawing_TextStyleGetFontHeight(OH_Drawing_TextStyle*);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp567 OH_Drawing_SetTextStyleFontHeight(textStyle, OH_Drawing_TextStyleGetFontHeight(style)); in OH_ArkUI_StyledString_PushTextStyle()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md271 | double [OH_Drawing_TextStyleGetFontHeight](_drawing.md#oh_drawing_textstylegetfontheight) ([OH_Dr…
H A D_drawing.md741 | double [OH_Drawing_TextStyleGetFontHeight](#oh_drawing_textstylegetfontheight) ([OH_Drawing_TextS…
14337 ### OH_Drawing_TextStyleGetFontHeight()
14340 double OH_Drawing_TextStyleGetFontHeight (OH_Drawing_TextStyle* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1707 EXPECT_EQ(OH_Drawing_TextStyleGetFontHeight(txtStyle), 0.0);
1708 EXPECT_EQ(OH_Drawing_TextStyleGetFontHeight(nullptr), 0.0);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md271 | double [OH_Drawing_TextStyleGetFontHeight](_drawing.md#oh_drawing_textstylegetfontheight) ([OH_Dr…
H A D_drawing.md741 | double [OH_Drawing_TextStyleGetFontHeight](#oh_drawing_textstylegetfontheight) ([OH_Drawing_TextS…
14382 ### OH_Drawing_TextStyleGetFontHeight()
14385 double OH_Drawing_TextStyleGetFontHeight (OH_Drawing_TextStyle* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2396 double OH_Drawing_TextStyleGetFontHeight(OH_Drawing_TextStyle* style) in OH_Drawing_TextStyleGetFontHeight() function