From 7ae16f5e41fe9c62790f4069f00c92d3a3931215 Mon Sep 17 00:00:00 2001 From: changleipeng Date: Mon, 15 Apr 2024 03:34:36 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9since11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: changleipeng --- api/@ohos.graphics.text.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.graphics.text.d.ts b/api/@ohos.graphics.text.d.ts index 7a2a3da38..08dc441ad 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; } -- Gitee