/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-text-style.md | 63 ## fontWeight section
|
H A D | ts-basic-components-symbolSpan.md | 77 ### fontWeight subsection
|
H A D | ts-basic-components-marquee.md | 73 ### fontWeight subsection
|
H A D | ts-basic-components-span.md | 146 ### fontWeight subsection
|
H A D | ts-securitycomponent-attributes.md | 166 ## fontWeight section
|
H A D | ts-basic-components-textclock.md | 167 ### fontWeight subsection
|
H A D | ts-basic-components-button.md | 126 ### fontWeight subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-text-style.md | 63 ## fontWeight section
|
H A D | ts-basic-components-symbolSpan.md | 77 ### fontWeight subsection
|
H A D | ts-basic-components-marquee.md | 73 ### fontWeight subsection
|
H A D | ts-basic-components-span.md | 146 ### fontWeight subsection
|
H A D | ts-securitycomponent-attributes.md | 166 ## fontWeight section
|
H A D | ts-basic-components-textclock.md | 155 ### fontWeight subsection
|
H A D | ts-basic-components-texttimer.md | 122 ### fontWeight subsection
|
H A D | ts-basic-components-button.md | 126 ### fontWeight subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | indexer_model_impl.cpp | 96 …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 D | cj_alphabet_indexer_ffi.cpp | 69 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 D | cj_search_ffi.cpp | 45 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 D | cj_marquee_ffi.cpp | 60 void FfiOHOSAceFrameworkMarqueeSetFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkMarqueeSetFontWeight()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_style.h | 37 FontWeight fontWeight = FontWeight::W400; member 59 FontWeight fontWeight = FontWeight::W400; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | indexer_composed_element.cpp | 168 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 D | paragraph_builder_impl.cpp | 30 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 D | indexer_model_ng.cpp | 94 …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 D | js_indexer.cpp | 188 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 D | navigation_bar_component_base.cpp | 42 …st std::string& value, const Color& color, const Dimension& fontSize, const FontWeight& fontWeight) in BuildTitleText()
|