Searched refs:OH_Drawing_TextStyleGetFontWeight (Results 1 – 8 of 8) sorted by relevance
2103 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight(OH_Drawing_TextStyle*);
565 OH_Drawing_SetTextStyleFontWeight(textStyle, OH_Drawing_TextStyleGetFontWeight(style)); in OH_ArkUI_StyledString_PushTextStyle()
263 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](_d…
733 | [OH_Drawing_FontWeight](#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](#oh_drawing_t…14464 ### OH_Drawing_TextStyleGetFontWeight()14467 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight (OH_Drawing_TextStyle* )
1682 EXPECT_EQ(OH_Drawing_TextStyleGetFontWeight(txtStyle), 0);1683 EXPECT_EQ(OH_Drawing_TextStyleGetFontWeight(nullptr), FONT_WEIGHT_400);
733 | [OH_Drawing_FontWeight](#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](#oh_drawing_t…14509 ### OH_Drawing_TextStyleGetFontWeight()14512 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight (OH_Drawing_TextStyle* )
2281 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight(OH_Drawing_TextStyle* style) in OH_Drawing_TextStyleGetFontWeight() function