From 2f9e85db7a4849fa84ed548edb152fe381c34bbc Mon Sep 17 00:00:00 2001 From: liufei Date: Wed, 25 Jun 2025 16:03:42 +0800 Subject: [PATCH] opt desc of docs Signed-off-by: liufei --- api/@ohos.graphics.text.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.graphics.text.d.ts b/api/@ohos.graphics.text.d.ts index cbf875404c..f6334cd437 100755 --- a/api/@ohos.graphics.text.d.ts +++ b/api/@ohos.graphics.text.d.ts @@ -2485,8 +2485,7 @@ declare namespace text { * Obtains the font descriptor based on the font name and type. This API uses a promise to return the result. * A font descriptor is a data structure that describes font features. It contains details of the font appearance and * properties. - * @param { string } fullName - Font name, corresponding to the value of fullName in the name table of the - * corresponding font file. It is obtained by calling getSystemFontFullNamesByType. + * @param { string } fullName - Font name. It is obtained by calling getSystemFontFullNamesByType. * @param { SystemFontType } fontType - System font type. * @returns { Promise } Promise used to return the font descriptor. * @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified; -- Gitee