diff --git a/api/@ohos.graphics.text.d.ts b/api/@ohos.graphics.text.d.ts index 7a2a3da381d8347eec56765aa59553c492111094..08dc441ad678e10724421ba1c928f3a8e6cfaa27 100755 --- a/api/@ohos.graphics.text.d.ts +++ b/api/@ohos.graphics.text.d.ts @@ -924,7 +924,7 @@ declare namespace text { * Rect of text box. * @type { common2D.Rect } * @syscap SystemCapability.Graphics.Drawing - * @since 11 + * @since 12 */ rect: common2D.Rect; @@ -932,7 +932,7 @@ declare namespace text { * Text direction. * @type { TextDirection } * @syscap SystemCapability.Graphics.Drawing - * @since 11 + * @since 12 */ direction: TextDirection; }