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 e73d646c70a2e789d33c7f0e0a0a11a6c23540a8..cd7592b85ece01b36c8d6b6032b9ab593c76bb66 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) | 是 | 指定的字体类型。 | **返回值:**