From 24a68c928691325a47e399e657511e07b0ac2144 Mon Sep 17 00:00:00 2001 From: PengKejie Date: Tue, 2 Sep 2025 09:34:54 +0800 Subject: [PATCH] sync code Signed-off-by: PengKejie --- 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 0ed022e33c..818403dbe4 100755 --- a/api/@ohos.graphics.text.d.ts +++ b/api/@ohos.graphics.text.d.ts @@ -24,7 +24,7 @@ import { Resource } from './global/resource'; /*** endif */ /** - * The Text module provides a set of APIs for text layout and font management. + * The Text module provides a set of APIs for text layout and font management. * It aims to deliver high-quality typesetting through features like character-to-glyph * conversion, kerning, line breaking, alignment, and text measurement. Additionally, * it provides font management capabilities, including font registration, font descriptors, @@ -1940,7 +1940,7 @@ declare namespace text { * @syscap SystemCapability.Graphics.Drawing * @since 12 */ - interface TextBox{ + interface TextBox { /** * Information about the rectangle. * @type { common2D.Rect } -- Gitee