diff --git a/api/@ohos.graphics.text.d.ts b/api/@ohos.graphics.text.d.ts index 9c176caa88f28f0ec7012518e7c4852571145196..9f77d04d1e04027640a6c4d1eb46b2a47b851243 100755 --- a/api/@ohos.graphics.text.d.ts +++ b/api/@ohos.graphics.text.d.ts @@ -1872,7 +1872,8 @@ declare namespace text { * @param { ParagraphStyle } paragraphStyle - Paragraph style {@link ParagraphStyle} * @param { FontCollection } fontCollection - Font collection {@link FontCollection} * @syscap SystemCapability.Graphics.Drawing - * @since 12 + * @since arkts {'1.1':'12','1.2':'20'} + * @arkts 1.1&1.2 */ constructor(paragraphStyle: ParagraphStyle, fontCollection: FontCollection);