/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/ets/pages/ |
H A D | index.ets | 40 .fontWeight(FontWeight.Bold) 56 .fontWeight(FontWeight.Bold) 72 .fontWeight(FontWeight.Bold) 88 .fontWeight(FontWeight.Bold) 104 .fontWeight(FontWeight.Bold) 120 .fontWeight(FontWeight.Bold) 136 .fontWeight(FontWeight.Bold) 152 .fontWeight(FontWeight.Bold) 168 .fontWeight(FontWeight.Bold) 184 .fontWeight(FontWeight.Bold) [all …]
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-builder.md | 32 .fontWeight(FontWeight.Bold) 38 .fontWeight(FontWeight.Bold) 73 .fontWeight(FontWeight.Bold) 192 .fontWeight(FontWeight.Bold) 324 .fontWeight(FontWeight.Bold) 482 .fontWeight(FontWeight.Bold) 485 .fontWeight(FontWeight.Bold) 699 .fontWeight(FontWeight.Bold) 755 .fontWeight(FontWeight.Bold) 762 .fontWeight(FontWeight.Bold) [all …]
|
H A D | arkts-custom-component-mixed-scenarios.md | 81 .fontWeight(FontWeight.Bold) 98 .fontWeight(FontWeight.Bold) 130 .fontWeight(FontWeight.Bold) 139 .fontWeight(FontWeight.Bold) 161 .fontWeight(FontWeight.Bold) 191 .fontWeight(FontWeight.Bold) 208 .fontWeight(FontWeight.Bold) 260 .fontWeight(FontWeight.Bold) 266 .fontWeight(FontWeight.Bold) 274 .fontWeight(FontWeight.Bold) [all …]
|
H A D | arkts-mvvm.md | 99 .fontWeight(FontWeight.Bold) 120 .fontWeight(450) 157 .fontWeight(FontWeight.Bold) 175 .fontWeight(FontWeight.Bold) 205 .fontWeight(450) 239 .fontWeight(450) 295 .fontWeight(FontWeight.Bold) 313 .fontWeight(FontWeight.Bold) 343 .fontWeight(450) 482 .fontWeight(450) [all …]
|
H A D | arkts-localBuilder.md | 335 .fontWeight(FontWeight.Bold) 338 .fontWeight(FontWeight.Bold) 354 .fontWeight(FontWeight.Bold) 357 .fontWeight(FontWeight.Bold) 366 .fontWeight(FontWeight.Bold) 369 .fontWeight(FontWeight.Bold) 376 .fontWeight(FontWeight.Bold) 384 .fontWeight(FontWeight.Bold) 392 .fontWeight(FontWeight.Bold) 400 .fontWeight(FontWeight.Bold)
|
H A D | start-with-ets-stage.md | 72 .fontWeight(FontWeight.Bold) 97 .fontWeight(FontWeight.Bold) 102 .fontWeight(FontWeight.Bold) 163 .fontWeight(FontWeight.Bold) 167 .fontWeight(FontWeight.Bold) 211 .fontWeight(FontWeight.Bold) 216 .fontWeight(FontWeight.Bold) 263 .fontWeight(FontWeight.Bold) 267 .fontWeight(FontWeight.Bold)
|
H A D | arkts-custom-components-access-restrictions.md | 79 .fontWeight(FontWeight.Bold) 136 .fontWeight(FontWeight.Bold) 175 .fontWeight(FontWeight.Bold) 216 .fontWeight(FontWeight.Bold) 253 .fontWeight(FontWeight.Bold) 293 .fontWeight(FontWeight.Bold) 322 .fontWeight(FontWeight.Bold) 354 .fontWeight(FontWeight.Bold) 382 .fontWeight(FontWeight.Bold) 414 .fontWeight(FontWeight.Bold)
|
H A D | arkts-extend.md | 169 以下示例声明了3个Text组件,每个Text组件均设置了fontStyle、fontWeight和backgroundColor样式。 182 .fontWeight(100) 186 .fontWeight(200) 190 .fontWeight(300) 203 .fontWeight(weightValue)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-text-style.md | 63 ## fontWeight section 65 fontWeight(value: number | FontWeight | string) 137 该示例通过fontColor、fontSize、fontStyle、fontWeight属性展示了不同样式的文本效果。 157 Text('text fontWeight bold').fontWeight(700) 158 Text('text fontWeight lighter').fontWeight(FontWeight.Lighter) 164 .fontWeight(FontWeight.Bold)
|
H A D | ts-container-effectcomponent-sys.md | 54 .fontWeight(FontWeight.Medium) 64 .fontWeight(FontWeight.Medium) 75 .fontWeight(FontWeight.Medium) 85 .fontWeight(FontWeight.Medium)
|
H A D | ts-basic-components-symbolSpan.md | 77 ### fontWeight subsection 79 fontWeight(value: number | FontWeight | string) 83 sys.symbol.ohos_lungs图标不支持设置fontWeight。 173 .fontWeight(FontWeight.Lighter) 182 .fontWeight(FontWeight.Normal) 191 .fontWeight(FontWeight.Bold)
|
H A D | ohos-arkui-advanced-TabTitleBar.md | 87 .fontWeight(FontWeight.Bold) 94 .fontWeight(FontWeight.Bold) 101 .fontWeight(FontWeight.Bold) 108 .fontWeight(FontWeight.Bold) 115 .fontWeight(FontWeight.Bold)
|
H A D | ts-container-badge.md | 130 | fontWeight<sup>10+</sup> | number \|[FontWeight](ts-appendix-enums.md#fontweight) \| string | 否 … 177 .fontWeight(500) 192 .fontWeight(500) 202 Text('dotsBadge').fontSize(18).fontColor('#182431').fontWeight(500).margin(24) 219 Text('stringBadge').fontSize(18).fontColor('#182431').fontWeight(500).margin(24) 248 Text('numberBadge').fontSize(18).fontColor('#182431').fontWeight(500).margin(24) 267 .fontWeight(500)
|
/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() argument 103 SetTextStyle(textStyle, fontSize, fontWeight, fontFamily, fontStyle); in SetSelectedFont() 108 …rModelImpl::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetPopupFont() argument 115 SetTextStyle(textStyle, fontSize, fontWeight, fontFamily, fontStyle); in SetPopupFont() 120 …ndexerModelImpl::SetFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetFont() argument 127 SetTextStyle(textStyle, fontSize, fontWeight, fontFamily, fontStyle); in SetFont() 204 std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, in SetTextStyle() argument 210 if (fontWeight.has_value()) { in SetTextStyle() 211 textStyle.SetFontWeight(fontWeight.value()); in SetTextStyle()
|
H A D | indexer_model_impl.h | 31 void SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, 33 void SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, 35 void SetFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, 43 …le(TextStyle& textStyle, std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight,
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/ArkDialog/ |
H A D | ArkDialog.ets | 58 .fontWeight(FontWeight.Medium) 67 .fontWeight(FontWeight.Medium) 81 .fontWeight(FontWeight.Medium) 95 .fontWeight(FontWeight.Medium) 114 .fontWeight(FontWeight.Medium) 151 .fontWeight(FontWeight.Medium) 246 .fontWeight(FontWeight.Medium) 275 .fontWeight(FontWeight.Medium) 342 .fontWeight(FontWeight.Medium) 349 .fontWeight(FontWeight.Medium) [all …]
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | global-configuration-guide.md | 98 .fontWeight(FontWeight.Bold) 105 .fontWeight(FontWeight.Bold) 115 .fontWeight(FontWeight.Bold) 129 .fontWeight(FontWeight.Bold) 143 .fontWeight(FontWeight.Bold) 155 .fontWeight(FontWeight.Bold) 166 .fontWeight(FontWeight.Bold)
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/Dialog/ |
H A D | mainDialog.ets | 33 .fontWeight(500) 42 .fontWeight(400) 52 .fontWeight(500) 65 .fontWeight(500) 79 .fontWeight(500)
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/Dialog/ |
H A D | MultiCameraDialog.ets | 29 .fontWeight(500) 40 .fontWeight(500) 53 .fontWeight(500).width('60%') 71 .fontWeight(500).width('60%') 89 .fontWeight(500).width('60%') 107 .fontWeight(500).width('60%')
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_search_ffi.cpp | 45 const char* fontWeight, in handleFont() argument 52 font.fontWeight = ConvertStrToFontWeight(fontWeight); in handleFont() 95 …double fontSize, int32_t sizeUnit, const char* fontWeight, int32_t fontStyle, const char* fontFami… in FfiOHOSAceFrameworkSearchSetPlaceholderFont() argument 102 handleFont(fontSize, sizeUnit, fontWeight, fontStyle, fontFamily, font); in FfiOHOSAceFrameworkSearchSetPlaceholderFont() 107 …double fontSize, int32_t sizeUnit, const char* fontWeight, int32_t fontStyle, const char* fontFami… in FfiOHOSAceFrameworkSearchSetTextFont() argument 114 handleFont(fontSize, sizeUnit, fontWeight, fontStyle, fontFamily, font); in FfiOHOSAceFrameworkSearchSetTextFont()
|
H A D | cj_alphabet_indexer_ffi.cpp | 69 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont() local 72 IndexerModel::GetInstance()->SetSelectedFont(fontSize, fontWeight, fontFamily, fontStyle); in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont() 78 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerPopupFont() local 81 IndexerModel::GetInstance()->SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in FfiOHOSAceFrameworkAlphabetIndexerPopupFont() 87 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerFont() local 90 IndexerModel::GetInstance()->SetFont(fontSize, fontWeight, fontFamily, fontStyle); in FfiOHOSAceFrameworkAlphabetIndexerFont()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-builder.md | 186 .fontWeight(FontWeight.Bold) 194 .fontWeight(FontWeight.Bold) 201 .fontWeight(FontWeight.Bold) 208 .fontWeight(FontWeight.Bold) 238 .fontWeight(FontWeight.Bold) 247 .fontWeight(FontWeight.Bold) 274 .fontWeight(FontWeight.Bold) 370 .fontWeight(FontWeight.Bold) 500 .fontWeight(FontWeight.Bold) 658 .fontWeight(FontWeight.Bold) [all …]
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | global-configuration-guide.md | 98 .fontWeight(FontWeight.Bold) 105 .fontWeight(FontWeight.Bold) 115 .fontWeight(FontWeight.Bold) 129 .fontWeight(FontWeight.Bold) 143 .fontWeight(FontWeight.Bold) 155 .fontWeight(FontWeight.Bold) 166 .fontWeight(FontWeight.Bold)
|
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/WindowExtension/entry/src/main/ets/WindowExtAbility/pages/ |
H A D | index1.ets | 23 .fontWeight(FontWeight.Bold) 28 .fontWeight(FontWeight.Bold) 50 .fontWeight(FontWeight.Bold) 63 .fontWeight(FontWeight.Bold)
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | autofillextensionablility-guide.md | 174 .fontWeight(500) 273 .fontWeight(FontWeight.Bold) 351 .fontWeight(500) 364 .fontWeight(400) 385 .fontWeight(400) 425 .fontWeight(500) 437 .fontWeight(400) 453 .fontWeight(400) 469 .fontWeight(400) 480 .fontWeight(FontWeight.Bold) [all …]
|