Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
08466820
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
08466820
编写于
6月 13, 2023
作者:
O
openharmony_ci
提交者:
Gitee
6月 13, 2023
浏览文件
操作
浏览文件
下载
差异文件
!19431 DOC:【基础能力】Text/Span支持font属性
Merge pull request !19431 from huangdong/RM021
上级
5dcc0514
1d752fc6
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
2 addition
and
0 deletion
+2
-0
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-span.md
...cation-dev/reference/arkui-ts/ts-basic-components-span.md
+1
-0
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-text.md
...cation-dev/reference/arkui-ts/ts-basic-components-text.md
+1
-0
未找到文件。
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-span.md
浏览文件 @
08466820
...
...
@@ -36,6 +36,7 @@ Span(value: string | Resource)
| decoration | {
<br/>
type:
[TextDecorationType](ts-appendix-enums.md#textdecorationtype),
<br/>
color?:
[
ResourceColor
](
ts-types.md#resourcecolor
)
<br/>
} | 设置文本装饰线样式及其颜色。
<br/>
默认值:{
<br/>
type:
TextDecorationType.None
<br/>
color:Color.Black
<br/>
}
<br/>
从API version 9开始,该接口支持在ArkTS卡片中使用。|
| letterSpacing | number
\|
string | 设置文本字符间距。取值小于0,字符聚集重叠,取值大于0且随着数值变大,字符间距越来越大,稀疏分布。
<br/>
从API version 9开始,该接口支持在ArkTS卡片中使用。 |
| textCase |
[
TextCase
](
ts-appendix-enums.md#textcase
)
| 设置文本大小写。
<br/>
默认值:TextCase.Normal
<br/>
从API version 9开始,该接口支持在ArkTS卡片中使用。 |
| font
<sup>
10+
</sup>
|
[
Font
](
ts-types.md#font
)
| 设置文本样式。包括字体大小、字体粗细、字体族和字体风格。|
## 事件
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-text.md
浏览文件 @
08466820
...
...
@@ -45,6 +45,7 @@ Text(content?: string | Resource)
| textShadow
<sup>
10+
</sup>
|
[
ShadowOptions
](
ts-universal-attributes-image-effect.md#shadowoptions对象说明
)
| 设置文字阴影效果。 |
| heightAdaptivePolicy
<sup>
10+
</sup>
|
[
TextHeightAdaptivePolicy
](
ts-appendix-enums.md#textheightadaptivepolicy10
)
| 设置文本自适应高度的方式。
<br/>
默认值:TextHeightAdaptivePolicy.MAX_LINES_FIRST。
<br/>
**说明:**
<br/>
当设置为TextHeightAdaptivePolicy.MAX_LINES_FIRST时,优先使用
`maxLines`
属性来调整文本高度。如果使用
`maxLines`
属性的布局大小超过了布局约束,则尝试在
`minFontSize`
和
`maxFontSize`
的范围内缩小字体以显示更多文本。
<br/>
当设置为TextHeightAdaptivePolicy.MIN_FONT_SIZE_FIRST时,优先使用
`minFontSize`
属性来调整文本高度。如果使用
`minFontSize`
属性可以将文本布局在一行中,则尝试在
`minFontSize`
和
`maxFontSize`
的范围内增大字体并使用最大可能的字体大小。
<br/>
当设置为TextHeightAdaptivePolicy.LAYOUT_CONSTRAINT_FIRST时,优先使用布局约束来调整文本高度。如果布局大小超过布局约束,则尝试在
`minFontSize`
和
`maxFontSize`
的范围内缩小字体以满足布局约束。如果将字体大小缩小到
`minFontSize`
后,布局大小仍然超过布局约束,则删除超过布局约束的行。|
| textIndent
<sup>
10+
</sup>
| number
\|
string | 设置首行文本缩进,默认值0。 |
| font
<sup>
10+
</sup>
|
[
Font
](
ts-types.md#font
)
| 设置文本样式。包括字体大小、字体粗细、字体族和字体风格。 |
> **说明:**
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录