From 766807159e3102e6234545c9b49fbc47bb37b2d2 Mon Sep 17 00:00:00 2001 From: changleipeng Date: Mon, 26 Feb 2024 09:10:26 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OH=5FDrawing=5FTypographySetI?= =?UTF-8?q?ndents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: changleipeng --- graphic/graphic_2d/native_drawing/drawing_text_typography.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_drawing/drawing_text_typography.h b/graphic/graphic_2d/native_drawing/drawing_text_typography.h index eb81cdefc..70f043960 100644 --- a/graphic/graphic_2d/native_drawing/drawing_text_typography.h +++ b/graphic/graphic_2d/native_drawing/drawing_text_typography.h @@ -1660,7 +1660,7 @@ OH_Drawing_TextShadow* OH_Drawing_TextStyleGetShadowWithIndex(OH_Drawing_TextSty * @since 12 * @version 1.0 */ -void OH_Drawing_TypographySetIndents(OH_Drawing_Typography*, int, const float); +void OH_Drawing_TypographySetIndents(OH_Drawing_Typography*, int, const float indents[]); /** * @brief Gets element with index in vector of Indents. -- Gitee