Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp931 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_100);
937 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_200);
943 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_300);
949 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_400);
1611 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_500);
1617 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_600);
1623 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_700);
1629 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_800);
1635 OH_Drawing_SetTypographyTextFontWeight(typoStyle, FONT_WEIGHT_900);
2609 OH_Drawing_SetTypographyTextFontWeight(nullptr, FONT_WEIGHT_100);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h1701 void OH_Drawing_SetTypographyTextFontWeight(OH_Drawing_TypographyStyle*, int);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md183 | void [OH_Drawing_SetTypographyTextFontWeight](_drawing.md#oh_drawing_settypographytextfontweight)…
H A D_drawing.md653 | void [OH_Drawing_SetTypographyTextFontWeight](#oh_drawing_settypographytextfontweight) ([OH_Drawi…
13121 ### OH_Drawing_SetTypographyTextFontWeight()
13124 void OH_Drawing_SetTypographyTextFontWeight (OH_Drawing_TypographyStyle* , int )
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md183 | void [OH_Drawing_SetTypographyTextFontWeight](_drawing.md#oh_drawing_settypographytextfontweight)…
H A D_drawing.md653 | void [OH_Drawing_SetTypographyTextFontWeight](#oh_drawing_settypographytextfontweight) ([OH_Drawi…
13166 ### OH_Drawing_SetTypographyTextFontWeight()
13169 void OH_Drawing_SetTypographyTextFontWeight (OH_Drawing_TypographyStyle* , int )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1754 void OH_Drawing_SetTypographyTextFontWeight(OH_Drawing_TypographyStyle* style, int weight) in OH_Drawing_SetTypographyTextFontWeight() function