Home
last modified time | relevance | path

Searched refs:OH_Drawing_SetTypographyTextFontHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h1745 void OH_Drawing_SetTypographyTextFontHeight(OH_Drawing_TypographyStyle*, double /* fontHeight */);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md187 | void [OH_Drawing_SetTypographyTextFontHeight](_drawing.md#oh_drawing_settypographytextfontheight)…
H A D_drawing.md657 | void [OH_Drawing_SetTypographyTextFontHeight](#oh_drawing_settypographytextfontheight) ([OH_Drawi…
13055 ### OH_Drawing_SetTypographyTextFontHeight()
13058 void OH_Drawing_SetTypographyTextFontHeight (OH_Drawing_TypographyStyle* , double )
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1031 OH_Drawing_SetTypographyTextFontHeight(typoStyle, 0.0);
2626 OH_Drawing_SetTypographyTextFontHeight(typoStyle, -1.2);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md187 | void [OH_Drawing_SetTypographyTextFontHeight](_drawing.md#oh_drawing_settypographytextfontheight)…
H A D_drawing.md657 | void [OH_Drawing_SetTypographyTextFontHeight](#oh_drawing_settypographytextfontheight) ([OH_Drawi…
13100 ### OH_Drawing_SetTypographyTextFontHeight()
13103 void OH_Drawing_SetTypographyTextFontHeight (OH_Drawing_TypographyStyle* , double )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1840 void OH_Drawing_SetTypographyTextFontHeight(OH_Drawing_TypographyStyle* style, double fontHeight) in OH_Drawing_SetTypographyTextFontHeight() function