Searched refs:TEXT_ALIGN_LEFT (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 50 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT); in DoDraw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 68 TEXT_ALIGN_LEFT, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 117 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT); 2167 EXPECT_TRUE(result == TEXT_ALIGN_LEFT); 2322 EXPECT_EQ(OH_Drawing_TypographyStyleGetEffectiveAlignment(typoStyle), TEXT_ALIGN_LEFT);
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 372 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 67 | [OH_Drawing_TextAlign](_drawing.md#oh_drawing_textalign) {<br/>TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT,…
|
H A D | _drawing.md | 218 | [OH_Drawing_TextAlign](#oh_drawing_textalign) {<br/>TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT, TEXT_ALIGN… 2790 | TEXT_ALIGN_LEFT | 左对齐 | 2794 …RT | 当OH_Drawing_TextDirection是TEXT_DIRECTION_LTR时, TEXT_ALIGN_START和TEXT_ALIGN_LEFT相同; 类似地,当OH_Dr… 2795 …GN_RIGHT相同; 类似地,当OH_Drawing_TextDirection是TEXT_DIRECTION_RTL时, TEXT_ALIGN_END和TEXT_ALIGN_LEFT相同。 |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 134 case TEXT_ALIGN_LEFT: { in OH_Drawing_SetTypographyTextAlign() 2633 return TEXT_ALIGN_LEFT; in OH_Drawing_TypographyGetTextAlign()
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-guidelines.md | 386 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 67 | [OH_Drawing_TextAlign](_drawing.md#oh_drawing_textalign) {<br>TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT, …
|
H A D | _drawing.md | 218 | [OH_Drawing_TextAlign](#oh_drawing_textalign) {<br>TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT, TEXT_ALIGN_… 2790 | TEXT_ALIGN_LEFT | Left-aligned.| 2794 | TEXT_ALIGN_START | **TEXT_ALIGN_START** achieves the same effect as **TEXT_ALIGN_LEFT** when **OH… 2795 …ection** is **TEXT_DIRECTION_LTR**; it achieves the same effect as **TEXT_ALIGN_LEFT** when **OH_D…
|