diff --git a/api/@ohos.graphics.text.d.ts b/api/@ohos.graphics.text.d.ts index cbf875404c4960cf915e1bb1fc4dfd517fbfdc12..f6334cd4370077755572a51fb7023b865642f7e2 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;