diff --git a/graphic/graphic_2d/native_drawing/drawing_text_typography.h b/graphic/graphic_2d/native_drawing/drawing_text_typography.h index ac33798bdf50b8ce2c1fb1ea005604b8884d38f4..5ff46b55201f2936cf3a69965c9302453623b0ea 100644 --- a/graphic/graphic_2d/native_drawing/drawing_text_typography.h +++ b/graphic/graphic_2d/native_drawing/drawing_text_typography.h @@ -137,6 +137,8 @@ enum OH_Drawing_TextDecoration { TEXT_DECORATION_OVERLINE = 0x2, /** A strikethrough is used for decoration. */ TEXT_DECORATION_LINE_THROUGH = 0x4, + /** A underline and strikethrough is used for decoration. */ + TEXT_DECORATION_UNDERLINE_LINETHROUGH = 0x5, }; /**