From f57ff9c5d8cc67711e0365e4e514c27f99fe1176 Mon Sep 17 00:00:00 2001 From: liufei Date: Wed, 25 Jun 2025 16:03:10 +0800 Subject: [PATCH] opt desc of docs Signed-off-by: liufei --- .../reference/apis-arkgraphics2d/js-apis-graphics-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis-arkgraphics2d/js-apis-graphics-text.md b/zh-cn/application-dev/reference/apis-arkgraphics2d/js-apis-graphics-text.md index 0fd838d6fc6..d91907d5cd6 100644 --- a/zh-cn/application-dev/reference/apis-arkgraphics2d/js-apis-graphics-text.md +++ b/zh-cn/application-dev/reference/apis-arkgraphics2d/js-apis-graphics-text.md @@ -229,7 +229,7 @@ getFontDescriptorByFullName(fullName: string, fontType: SystemFontType): Promise | 参数名 | 类型 | 必填 | 说明 | | - | - | - | - | -| fullName | string | 是 | 指定的字体名称。对应字体文件的name表中的fullName。可以使用[getSystemFontFullNamesByType](#textgetsystemfontfullnamesbytype14)获取。 | +| fullName | string | 是 | 指定的字体名称。可以使用[getSystemFontFullNamesByType](#textgetsystemfontfullnamesbytype14)获取。 | | fontType | [SystemFontType](#systemfonttype14) | 是 | 指定的字体类型。 | **返回值:** -- Gitee