diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 400d0e12b735e03df026f7b6fd7f929cfeaf86fd..678b45a689ac417e85881f43bc6563fc0ede2e7e 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1422,6 +1422,17 @@ typedef enum { * */ NODE_FONT_WEIGHT, + /** + * @brief Defines the text line spacing attribute, which can be set, reset, and obtained as required through APIs. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .value[0].f32: line spacing, in fp.\n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].f32: line spacing, in fp.\n + * + */ + NODE_TEXT_LINE_SPACING, /** * @brief Defines the text line height attribute, which can be set, reset, and obtained as required through APIs. *