From f6a4e5fddd2e71762b4024f64254ed78d34d0b42 Mon Sep 17 00:00:00 2001 From: ZY_encoder Date: Tue, 29 Apr 2025 10:58:40 +0800 Subject: [PATCH] modify the brief description of drawing_text_global.h Signed-off-by: ZY_encoder --- graphic/graphic_2d/native_drawing/drawing_text_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_drawing/drawing_text_global.h b/graphic/graphic_2d/native_drawing/drawing_text_global.h index 7a7493c94..e99c65ca7 100644 --- a/graphic/graphic_2d/native_drawing/drawing_text_global.h +++ b/graphic/graphic_2d/native_drawing/drawing_text_global.h @@ -28,7 +28,7 @@ /** * @file drawing_text_global.h * - * @brief Declares functions related to run in the drawing module. + * @brief Declares functions related to the global text capability in the drawing module. * * @kit ArkGraphics2D * @library libnative_drawing.so -- Gitee