Home
last modified time | relevance | path

Searched refs:OH_Drawing_TextStyle (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_typography.h663 * @brief Creates an <b>OH_Drawing_TextStyle</b> object.
666 * @return Returns the pointer to the <b>OH_Drawing_TextStyle</b> object created.
670 OH_Drawing_TextStyle* OH_Drawing_CreateTextStyle(void);
673 * @brief Releases the memory occupied by an <b>OH_Drawing_TextStyle</b> object.
676 * @param OH_Drawing_TextStyle Indicates the pointer to an <b>OH_Drawing_TextStyle</b> object.
680 void OH_Drawing_DestroyTextStyle(OH_Drawing_TextStyle*);
686 * @param OH_Drawing_TextStyle Indicates the pointer to an <b>OH_Drawing_TextStyle</b> object.
691 void OH_Drawing_SetTextStyleColor(OH_Drawing_TextStyle*, uint32_
[all...]
H A Ddrawing_text_declaration.h72 * @brief Defines an <b>OH_Drawing_TextStyle</b>, which is used to manage text colors and decorations.
77 typedef struct OH_Drawing_TextStyle OH_Drawing_TextStyle; typedef
/interface/sdk_c/arkui/ace_engine/native/
H A Dstyled_string.h80 * @param style A pointer to the OH_Drawing_TextStyle object.
83 void OH_ArkUI_StyledString_PushTextStyle(ArkUI_StyledString* handle, OH_Drawing_TextStyle* style);

Completed in 3 milliseconds