Home
last modified time | relevance | path

Searched defs:fontWeight (Results 1 – 25 of 146) sorted by relevance

123456

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-text-style.md63 ## fontWeight section
H A Dts-basic-components-symbolSpan.md77 ### fontWeight subsection
H A Dts-basic-components-marquee.md73 ### fontWeight subsection
H A Dts-basic-components-span.md146 ### fontWeight subsection
H A Dts-securitycomponent-attributes.md166 ## fontWeight section
H A Dts-basic-components-textclock.md167 ### fontWeight subsection
H A Dts-basic-components-button.md126 ### fontWeight subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-text-style.md63 ## fontWeight section
H A Dts-basic-components-symbolSpan.md77 ### fontWeight subsection
H A Dts-basic-components-marquee.md73 ### fontWeight subsection
H A Dts-basic-components-span.md146 ### fontWeight subsection
H A Dts-securitycomponent-attributes.md166 ## fontWeight section
H A Dts-basic-components-textclock.md155 ### fontWeight subsection
H A Dts-basic-components-texttimer.md122 ### fontWeight subsection
H A Dts-basic-components-button.md126 ### fontWeight subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp96 …delImpl::SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetSelectedFont()
108 …rModelImpl::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetPopupFont()
120 …ndexerModelImpl::SetFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetFont()
204 std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, in SetTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp69 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont() local
78 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerPopupFont() local
87 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerFont() local
H A Dcj_search_ffi.cpp45 const char* fontWeight, in handleFont()
95 …double fontSize, int32_t sizeUnit, const char* fontWeight, int32_t fontStyle, const char* fontFami… in FfiOHOSAceFrameworkSearchSetPlaceholderFont()
107 …double fontSize, int32_t sizeUnit, const char* fontWeight, int32_t fontStyle, const char* fontFami… in FfiOHOSAceFrameworkSearchSetTextFont()
H A Dcj_marquee_ffi.cpp60 void FfiOHOSAceFrameworkMarqueeSetFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkMarqueeSetFontWeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h37 FontWeight fontWeight = FontWeight::W400; member
59 FontWeight fontWeight = FontWeight::W400; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp168 auto fontWeight = render ? render->GetActiveTextStyle().GetFontWeight() : FontWeight::NORMAL; in GetSelectedFont() local
187 …auto fontWeight = render ? render->GetBubbleText()->GetTextStyle().GetFontWeight() : FontWeight::N… in GetPopupFont() local
206 auto fontWeight = render ? render->GetNormalTextStyle().GetFontWeight() : FontWeight::NORMAL; in GetFont() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp30 int ConvertToSkFontWeight(FontWeight fontWeight) in ConvertToSkFontWeight()
59 RSFontStyle MakeFontStyle(FontWeight fontWeight, FontWidth fontWidth, FontStyle fontStyle) in MakeFontStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp94 …ModelNG::SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetSelectedFont()
110 …xerModelNG::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetPopupFont()
126 … IndexerModelNG::SetFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetFont()
398 std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, in SetSelectedFont()
415 std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, in SetPopupFont()
432 std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, in SetFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp188 std::optional<FontWeight> fontWeight; in SetSelectedFont() local
203 std::optional<FontWeight> fontWeight; in SetPopupFont() local
218 std::optional<FontWeight> fontWeight; in SetFont() local
283 std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, in GetFontContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp42 …st std::string& value, const Color& color, const Dimension& fontSize, const FontWeight& fontWeight) in BuildTitleText()

123456