Home
last modified time | relevance | path

Searched refs:OH_Drawing_FontWeight (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_style_struct.md20 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [weight](#weight) | 字体字重 |
41 OH_Drawing_FontWeight OH_Drawing_FontStyleStruct::weight
H A D_o_h___drawing___strut_style.md20 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [weight](#weight) | 计算支柱时使用的字体粗细 |
134 OH_Drawing_FontWeight OH_Drawing_StrutStyle::weight
H A Ddrawing__text__typography_8h.md68 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) {<br/>FONT_WEIGHT_100, FONT_WEIGHT_200…
245 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [OH_Drawing_TypographyTextlineStyleGet…
263 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](_d…
H A D_drawing.md219 | [OH_Drawing_FontWeight](#oh_drawing_fontweight) {<br/>FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIG…
733 | [OH_Drawing_FontWeight](#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](#oh_drawing_t…
2510 ### OH_Drawing_FontWeight subsection
2513 enum OH_Drawing_FontWeight
12744 …字重为bold,设置7字重为extra-bold,设置8字重为black,设置3或其它字重为normal/regular,具体可见[OH_Drawing_FontWeight](#oh_drawi…
13140 …字重为bold,设置7字重为extra-bold,设置8字重为black,设置3或其它字重为normal/regular,具体可见[OH_Drawing_FontWeight](#oh_drawi…
13273 …字重为bold,设置7字重为extra-bold,设置8字重为black,设置3或其它字重为normal/regular,具体可见[OH_Drawing_FontWeight](#oh_drawi…
14467 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight (OH_Drawing_TextStyle* )
14486 返回字重,具体可见[OH_Drawing_FontWeight](#oh_drawing_fontweight)枚举。
16385 OH_Drawing_FontWeight OH_Drawing_TypographyTextlineStyleGetFontWeight (OH_Drawing_TypographyStyle* )
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_style_struct.md20 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [weight](#weight) | Font weight. |
41 OH_Drawing_FontWeight OH_Drawing_FontStyleStruct::weight
H A D_o_h___drawing___strut_style.md20 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [weight](#weight) | Font weight used f…
134 OH_Drawing_FontWeight OH_Drawing_StrutStyle::weight
H A Ddrawing__text__typography_8h.md68 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) {<br>FONT_WEIGHT_100, FONT_WEIGHT_200,…
245 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [OH_Drawing_TypographyTextlineStyleGet…
263 | [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](_d…
H A D_drawing.md219 | [OH_Drawing_FontWeight](#oh_drawing_fontweight) {<br>FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIGH…
733 | [OH_Drawing_FontWeight](#oh_drawing_fontweight) [OH_Drawing_TextStyleGetFontWeight](#oh_drawing_t…
2510 ### OH_Drawing_FontWeight subsection
2513 enum OH_Drawing_FontWeight
12789 … | Font weight. For details about the available options, see [OH_Drawing_FontWeight](#oh_drawi…
13185 … | Font weight. For details about the available options, see [OH_Drawing_FontWeight](#oh_drawi…
13318 … | Font weight. For details about the available options, see [OH_Drawing_FontWeight](#oh_drawi…
14512 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight (OH_Drawing_TextStyle* )
14531 Returns the font weight. For details about the available options, see [OH_Drawing_FontWeight](#oh_d…
16430 OH_Drawing_FontWeight OH_Drawing_TypographyTextlineStyleGetFontWeight (OH_Drawing_TypographyStyle* )
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h97 enum OH_Drawing_FontWeight { enum
486 OH_Drawing_FontWeight weight;
572 OH_Drawing_FontWeight weight;
2103 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight(OH_Drawing_TextStyle*);
2294 OH_Drawing_FontWeight OH_Drawing_TypographyTextlineStyleGetFontWeight(OH_Drawing_TypographyStyle*);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2281 OH_Drawing_FontWeight OH_Drawing_TextStyleGetFontWeight(OH_Drawing_TextStyle* style) in OH_Drawing_TextStyleGetFontWeight()
2290 return static_cast<OH_Drawing_FontWeight>(textStyle->fontWeight); in OH_Drawing_TextStyleGetFontWeight()
2506 OH_Drawing_FontWeight OH_Drawing_TypographyTextlineStyleGetFontWeight(OH_Drawing_TypographyStyle* s… in OH_Drawing_TypographyTextlineStyleGetFontWeight()
2511 …return static_cast<OH_Drawing_FontWeight>(ConvertToOriginalText<TypographyStyle>(style)->lineStyle… in OH_Drawing_TypographyTextlineStyleGetFontWeight()
3446 strutstyle->weight = (OH_Drawing_FontWeight)(typographyStyle->lineStyleFontWeight); in OH_Drawing_TypographyStyleGetStrutStyle()
3571 static FontWeight GetFontWeight(OH_Drawing_FontWeight weight) in GetFontWeight()
3686 fontStyle.weight = static_cast<OH_Drawing_FontWeight>(style->fontWeight); in OH_Drawing_TextStyleGetFontStyleStruct()
3714 fontStyle.weight = static_cast<OH_Drawing_FontWeight>(style->fontWeight); in OH_Drawing_TypographyStyleGetFontStyleStruct()
H A Ddrawing_font_mgr.cpp247 fontStyleStruct.weight = static_cast<OH_Drawing_FontWeight>(tempFontStyle.GetWeight()); in OH_Drawing_FontStyleSetGetStyle()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md20 …d OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle*, int /* OH_Drawing_FontWeight */) | 新增 …
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md20 …d OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle*, int /* OH_Drawing_FontWeight */) | Adde…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1917 OH_Drawing_FontWeight result = OH_Drawing_TypographyTextlineStyleGetFontWeight(typoStyle);