From 10686a1b383df4c815430e56cccfcc89e77f4abb Mon Sep 17 00:00:00 2001 From: jinqi6 Date: Fri, 30 Jun 2023 07:38:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/apis/j?= =?UTF-8?q?s-apis-accessibility.md.=20=E6=97=A0=E9=9A=9C=E7=A2=8D=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=A2=9E=E5=8A=A0=E8=8C=83=E5=9B=B4=20Signed-off-by:?= =?UTF-8?q?=20jinqi6=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinqi6 --- .../reference/apis/js-apis-accessibility.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-accessibility.md b/zh-cn/application-dev/reference/apis/js-apis-accessibility.md index 30207eec8d..99fb54bb9f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-accessibility.md +++ b/zh-cn/application-dev/reference/apis/js-apis-accessibility.md @@ -136,12 +136,12 @@ import accessibility from '@ohos.accessibility'; | 名称 | 类型 | 可读 | 可写 | 说明 | | --------------- | ---------------------------------------- | ---- | ---- | ----------- | -| fontFamily | [CaptionsFontFamily](#captionsfontfamily8) | 是 | 否 | 描述字幕字体,当前版本暂不支持。 | -| fontScale | number | 是 | 否 | 描述字幕字体缩放系数,当前版本暂不支持。 | -| fontColor | number \| string | 是 | 否 | 描述字幕字体颜色,当前版本暂不支持。 | -| fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | 是 | 否 | 描述字幕字体边缘,当前版本暂不支持。 | -| backgroundColor | number \| string | 是 | 否 | 描述字幕背景颜色,当前版本暂不支持。 | -| windowColor | number \| string | 是 | 否 | 描述字幕窗口颜色,当前版本暂不支持。 | +| fontFamily | [CaptionsFontFamily](#captionsfontfamily8) | 是 | 否 | 描述字幕字体。 | +| fontScale | number | 是 | 否 | 描述字幕字体缩放系数,单位%,参数范围1~200。 | +| fontColor | number \| string | 是 | 否 | 描述字幕字体颜色,例如red对应#FF0000。 | +| fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | 是 | 否 | 描述字幕字体边缘。 | +| backgroundColor | number \| string | 是 | 否 | 描述字幕背景颜色,例如red对应#FF0000。 | +| windowColor | number \| string | 是 | 否 | 描述字幕窗口颜色,例如red对应#FF0000。 | ## CaptionsManager8+ -- GitLab