Home
last modified time | relevance | path

Searched refs:OH_Drawing_SetTypographyTextFontStyle (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.h1712 void OH_Drawing_SetTypographyTextFontStyle(OH_Drawing_TypographyStyle*, int);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp965 OH_Drawing_SetTypographyTextFontStyle(typoStyle, FONT_STYLE_NORMAL);
971 OH_Drawing_SetTypographyTextFontStyle(typoStyle, FONT_STYLE_ITALIC);
977 OH_Drawing_SetTypographyTextFontStyle(typoStyle, -1);
2613 OH_Drawing_SetTypographyTextFontStyle(nullptr, FONT_STYLE_NORMAL);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md184 | void [OH_Drawing_SetTypographyTextFontStyle](_drawing.md#oh_drawing_settypographytextfontstyle) (…
H A D_drawing.md654 | void [OH_Drawing_SetTypographyTextFontStyle](#oh_drawing_settypographytextfontstyle) ([OH_Drawing…
13099 ### OH_Drawing_SetTypographyTextFontStyle()
13102 void OH_Drawing_SetTypographyTextFontStyle (OH_Drawing_TypographyStyle* , int )
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md184 | void [OH_Drawing_SetTypographyTextFontStyle](_drawing.md#oh_drawing_settypographytextfontstyle) (…
H A D_drawing.md654 | void [OH_Drawing_SetTypographyTextFontStyle](#oh_drawing_settypographytextfontstyle) ([OH_Drawing…
13144 ### OH_Drawing_SetTypographyTextFontStyle()
13147 void OH_Drawing_SetTypographyTextFontStyle (OH_Drawing_TypographyStyle* , int )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1804 void OH_Drawing_SetTypographyTextFontStyle(OH_Drawing_TypographyStyle* style, int fontStyle) in OH_Drawing_SetTypographyTextFontStyle() function