Searched refs:FONT_STYLE_NORMAL (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_mgr_test.cpp | 108 normalStyle.slant = FONT_STYLE_NORMAL; 130 normalStyle.slant = FONT_STYLE_NORMAL; 174 normalStyle.slant = FONT_STYLE_NORMAL; 190 normalStyle.slant = FONT_STYLE_NORMAL; 246 normalStyle.slant = FONT_STYLE_NORMAL;
|
H A D | drawing_text_typography_test.cpp | 450 OH_Drawing_SetTextStyleFontStyle(txtStyle, FONT_STYLE_NORMAL); 965 OH_Drawing_SetTypographyTextFontStyle(typoStyle, FONT_STYLE_NORMAL); 1047 OH_Drawing_SetTypographyTextLineStyleFontStyle(typoStyle, FONT_STYLE_NORMAL); 1684 OH_Drawing_SetTextStyleFontStyle(txtStyle, FONT_STYLE_NORMAL); 1686 EXPECT_EQ(OH_Drawing_TextStyleGetFontStyle(nullptr), FONT_STYLE_NORMAL); 1939 EXPECT_TRUE(result == FONT_STYLE_NORMAL); 2377 normalStyle.slant = FONT_STYLE_NORMAL; 2399 normalStyle.slant = FONT_STYLE_NORMAL; 2613 OH_Drawing_SetTypographyTextFontStyle(nullptr, FONT_STYLE_NORMAL);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 64 OH_Drawing_SetTextStyleFontStyle(txtStyle, FONT_STYLE_NORMAL); in DoDraw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 392 case FONT_STYLE_NORMAL: { in OH_Drawing_SetTextStyleFontStyle() 407 case FONT_STYLE_NORMAL: { in OH_Drawing_SetTextStyleFontStyle() 1811 case FONT_STYLE_NORMAL: { in OH_Drawing_SetTypographyTextFontStyle() 1919 case FONT_STYLE_NORMAL: { in OH_Drawing_SetTypographyTextLineStyleFontStyle() 2296 return FONT_STYLE_NORMAL; in OH_Drawing_TextStyleGetFontStyle() 2300 return FONT_STYLE_NORMAL; in OH_Drawing_TextStyleGetFontStyle() 2517 return FONT_STYLE_NORMAL; in OH_Drawing_TypographyTextlineStyleGetFontStyle() 3555 case FONT_STYLE_NORMAL: { in GetFontStyle() 3683 fontStyle.slant = FONT_STYLE_NORMAL; in OH_Drawing_TextStyleGetFontStyleStruct() 3711 fontStyle.slant = FONT_STYLE_NORMAL; in OH_Drawing_TypographyStyleGetFontStyleStruct()
|
H A D | drawing_font_mgr.cpp | 220 fontStyleStruct.slant = FONT_STYLE_NORMAL; in OH_Drawing_FontStyleSetGetStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 147 FONT_STYLE_NORMAL, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 396 OH_Drawing_SetTextStyleFontStyle(txtStyle, FONT_STYLE_NORMAL);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 71 | [OH_Drawing_FontStyle](_drawing.md#oh_drawing_fontstyle) { FONT_STYLE_NORMAL, FONT_STYLE_ITALIC, …
|
H A D | _drawing.md | 222 | [OH_Drawing_FontStyle](#oh_drawing_fontstyle) { FONT_STYLE_NORMAL, FONT_STYLE_ITALIC, FONT_STYLE_… 2505 | FONT_STYLE_NORMAL | 非斜体 |
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-guidelines.md | 410 OH_Drawing_SetTextStyleFontStyle(txtStyle, FONT_STYLE_NORMAL);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 71 | [OH_Drawing_FontStyle](_drawing.md#oh_drawing_fontstyle) { FONT_STYLE_NORMAL, FONT_STYLE_ITALIC, …
|
H A D | _drawing.md | 222 | [OH_Drawing_FontStyle](#oh_drawing_fontstyle) { FONT_STYLE_NORMAL, FONT_STYLE_ITALIC, FONT_STYLE_… 2505 | FONT_STYLE_NORMAL | Normal style.|
|