Home
last modified time | relevance | path

Searched refs:OH_Drawing_SetTextStyleFontHeight (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp61 OH_Drawing_SetTextStyleFontHeight(txtStyle, 1); in DoDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h754 void OH_Drawing_SetTextStyleFontHeight(OH_Drawing_TextStyle*, double /* fontHeight */);
/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/graphics/
H A Ddrawing-guidelines.md386 OH_Drawing_SetTextStyleFontHeight(txtStyle, 1);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md24 …| 图形-drawing | void OH_Drawing_SetTextStyleFontHeight(OH_Drawing_TextStyle*, double /* fontHeight…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md104 | void [OH_Drawing_SetTextStyleFontHeight](_drawing.md#oh_drawing_settextstylefontheight) ([OH_Draw…
H A D_drawing.md574 | void [OH_Drawing_SetTextStyleFontHeight](#oh_drawing_settextstylefontheight) ([OH_Drawing_TextSty…
12637 ### OH_Drawing_SetTextStyleFontHeight()
12640 void OH_Drawing_SetTextStyleFontHeight (OH_Drawing_TextStyle* , double )
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp416 OH_Drawing_SetTextStyleFontHeight(txtStyle, 0.0);
1706 OH_Drawing_SetTextStyleFontHeight(txtStyle, 0.0); // 0.0 means font height for test
/ohos5.0/docs/en/application-dev/graphics/
H A Ddrawing-guidelines.md400 OH_Drawing_SetTextStyleFontHeight(txtStyle, 1);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md104 | void [OH_Drawing_SetTextStyleFontHeight](_drawing.md#oh_drawing_settextstylefontheight) ([OH_Draw…
H A D_drawing.md574 | void [OH_Drawing_SetTextStyleFontHeight](#oh_drawing_settextstylefontheight) ([OH_Drawing_TextSty…
12682 ### OH_Drawing_SetTextStyleFontHeight()
12685 void OH_Drawing_SetTextStyleFontHeight (OH_Drawing_TextStyle* , double )
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md24 …| Graphics - drawing | void OH_Drawing_SetTextStyleFontHeight(OH_Drawing_TextStyle*, double /* fon…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp348 void OH_Drawing_SetTextStyleFontHeight(OH_Drawing_TextStyle* style, double fontHeight) in OH_Drawing_SetTextStyleFontHeight() function