Home
last modified time | relevance | path

Searched refs:textstyle (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h202 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 Dtypography_style.cpp86 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 Dtexttimer_declaration.h91 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 Dts-universal-attributes-text-style.md175 ![textstyle](figures/textstyle.png)
H A Dts-universal-styled-string.md495 | [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 Djs-components-basic-text.md88 <text class="title textstyle">hello world with italic</text>
121 .textstyle {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h202 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 Dtypography_style.h98 void SetTextStyle(TextStyle& textstyle);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-text-style.md173 ![textstyle](figures/textstyle.png)
H A Dts-universal-styled-string.md493 | [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 Djs-apis-graphics-text.md7 - [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 Djs-components-basic-text.md87 <text class="title textstyle">hello world with italic</text>
120 .textstyle {
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md7 - [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 Darkts-styled-string.md42 属性字符串目前提供了[TextStyle](../reference/apis-arkui/arkui-ts/ts-universal-styled-string.md#textstyle)、[Te…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-styled-string.md42 …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 Ddrawing_text_typography.cpp2006 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()