/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/ |
H A D | search_declaration.h | 202 void SetPlaceHoldStyle(const TextStyle& textstyle) in SetPlaceHoldStyle() argument 205 style.placeHoldStyle = textstyle; in SetPlaceHoldStyle() 208 void SetEditingStyle(const TextStyle& textstyle) in SetEditingStyle() argument 211 style.editingStyle = textstyle; in SetEditingStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/ |
H A D | typography_style.cpp | 86 void TypographyStyle::SetTextStyle(TextStyle& textstyle) in GetTextStyle() argument 89 insideTextStyle = textstyle; in GetTextStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/ |
H A D | texttimer_declaration.h | 91 void SetTextStyle(const TextStyle& textstyle) in SetTextStyle() argument 94 style.textStyle = textstyle; in SetTextStyle()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-text-style.md | 175 
|
H A D | ts-universal-styled-string.md | 495 | [TextStyle](#textstyle) | 文本字体样式。 | 1019 | FONT | 字体样式键。[TextStyle](./ts-universal-styled-string.md#textstyle)所属键。<br/>**原子化服务API:** 从API ve…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-text.md | 88 <text class="title textstyle">hello world with italic</text> 121 .textstyle {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 202 void SetPlaceHoldStyle(const TextStyle& textstyle) in SetPlaceHoldStyle() argument 205 style.placeHoldStyle = textstyle; in SetPlaceHoldStyle() 208 void SetEditingStyle(const TextStyle& textstyle) in SetEditingStyle() argument 211 style.editingStyle = textstyle; in SetEditingStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_style.h | 98 void SetTextStyle(TextStyle& textstyle);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-text-style.md | 173 
|
H A D | ts-universal-styled-string.md | 493 | [TextStyle](#textstyle) | Text style.| 1017 | FONT | Font style key, applicable to [TextStyle](./ts-universal-styled-string.md#textstyle).<br>*…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 7 - [TextStyle](#textstyle):文本样式,控制文本的字体类型、大小、间距等属性。 491 同步接口,将路径对应的文件,以name作为使用的别名,加载成自定义字体。其中参数name对应的值需要在[TextStyle](#textstyle)中的fontFamilies属性配置,才能显示自定… 572 | textStyle | [TextStyle](#textstyle) | 是 | 是 | 作用于整个段落的文本样式,默认为初… 1167 | textStyle | [TextStyle](#textstyle) | 是 | 否 | 字体的样式信息。| 1316 | textStyle | [TextStyle](#textstyle) | 是 | 包含了对文本的各种视觉属性的定义,如字体、字号、颜色、字重、字间距、行距、装饰(如下划线、删除线)、文本阴…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-text.md | 87 <text class="title textstyle">hello world with italic</text> 120 .textstyle {
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 7 - [TextStyle](#textstyle): text style, which controls the font type, size, and spacing of the text. 492 …when the value of **name** is set in **fontFamilies** in **[TextStyle](#textstyle)**. The supporte… 575 | textStyle | [TextStyle](#textstyle) | Yes | Yes | Text style appl… 1170 | textStyle | [TextStyle](#textstyle) | Yes | No | Text style.| 1319 | textStyle | [TextStyle](#textstyle) | Yes | Text style, which describes various visual attribute…
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-styled-string.md | 42 属性字符串目前提供了[TextStyle](../reference/apis-arkui/arkui-ts/ts-universal-styled-string.md#textstyle)、[Te…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-styled-string.md | 42 …xtStyle](../reference/apis-arkui/arkui-ts/ts-universal-styled-string.md#textstyle), [TextShadowSty…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 2006 auto textstyle = ConvertToOriginalText<const OHOS::Rosen::TextStyle>(style); in OH_Drawing_TextStyleGetFontMetrics() local 2008 …t OHOS::Rosen::Drawing::FontMetrics fontmetricsResult = txtSKTypograph->GetFontMetrics(*textstyle); in OH_Drawing_TextStyleGetFontMetrics()
|