Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.h36 enum class FontStyle; variable
46 enum class FontStyle; variable
66 enum class FontStyle; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h70 constexpr FontStyle(int weight, int width, Slant slant) : fValue( in FontStyle() function
75 constexpr FontStyle() : FontStyle{NORMAL_WEIGHT, NORMAL_WIDTH, UPRIGHT_SLANT} {} in FontStyle() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h284 struct FontStyle : public HeapBase { struct
286 UITextLanguageDirect direct;
288 UITextLanguageAlignment align;
290 uint8_t fontSize;
314 … * @param fontStyle Indicates the text layout and font style. For details, see {@link FontStyle}. argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_types.h23 enum class FontStyle { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.h285 std::optional<Ace::FontStyle> FontStyle; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_types.h43 enum class FontStyle { enum
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md573 ## FontStyle section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md573 ## FontStyle section
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_types.h88 enum class FontStyle { enum
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md281 ## FontStyle section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md280 ## FontStyle section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.h158 struct FontStyle { struct
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_controlsize_ng.cpp84 std::optional<Ace::FontStyle> FontStyle = std::nullopt; member
H A Dselect_pattern_test_controlsize_ng.cpp86 std::optional<Ace::FontStyle> FontStyle = std::nullopt; member
H A Dselect_pattern_test_ng.cpp84 std::optional<Ace::FontStyle> FontStyle = std::nullopt; member
H A Dselect_test_ng.cpp88 std::optional<Ace::FontStyle> FontStyle = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js81 class FontStyle { class
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h54 enum class FontStyle { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js266 var FontStyle; variable