From 629076339b491b780176761d40b0332954a0ece8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=99=BA=E8=96=87?= Date: Fri, 8 Jul 2022 03:40:44 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=87=E6=A1=A3=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E5=AE=98=E3=80=91=E6=96=87=E6=9C=AC=E6=A0=B7=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=EF=BC=88ts-universal-attributes-text-style.md?= =?UTF-8?q?=EF=BC=89=E6=A0=BC=E5=BC=8F=E6=95=B4=E6=94=B9=20Signed-off-by:?= =?UTF-8?q?=20=E9=83=AD=E6=99=BA=E8=96=87=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/arkui-ts/ts-universal-attributes-text-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-text-style.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-text-style.md index a09990be90..f78f9b1416 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-text-style.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-text-style.md @@ -20,7 +20,7 @@ | fontColor | Color | - | 设置文本颜色。 | | fontSize | Length | - | 设置文本尺寸,Length为number类型时,使用fp单位。 | | fontStyle | FontStyle | FontStyle.Normal | 设置文本的字体样式。 | -| fontWeight | number \|FontWeight | FontWeight.FontWeightNormal | 设置文本的字体粗细,number类型取值[100, 900],取值间隔为100,默认为400,取值越大,字体越粗。
提供常用枚举值,参考:FontWeight枚举说明。 | +| fontWeight | number \| FontWeight | FontWeight.FontWeightNormal | 设置文本的字体粗细,number类型取值[100, 900],取值间隔为100,默认为400,取值越大,字体越粗。
提供常用枚举值,参考:FontWeight枚举说明。 | | fontFamily | string | - | 设置文本的字体列表。使用多个字体,使用','进行分割,优先级按顺序生效。例如:'Arial, sans-serif'。 | -- GitLab