From 39d406af8d8c2e9b54a97d6385fb5d4db38148be Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 26 Jun 2025 11:49:55 +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 e73d646c70a..cd7592b85ec 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 @@ -168,7 +168,7 @@ getFontDescriptorByFullName(fullName: string, fontType: SystemFontType): Promise | 参数名 | 类型 | 必填 | 说明 | | - | - | - | - | -| fullName | string | 是 | 指定的字体名称。对应字体文件的name表中的fullName。可以使用[getSystemFontFullNamesByType](#textgetsystemfontfullnamesbytype14)获取。 | +| fullName | string | 是 | 指定的字体名称。可以使用[getSystemFontFullNamesByType](#textgetsystemfontfullnamesbytype14)获取。 | | fontType | [SystemFontType](#systemfonttype14) | 是 | 指定的字体类型。 | **返回值:** -- Gitee