Home
last modified time | relevance | path

Searched refs:OH_Drawing_Typography (Results 1 - 4 of 4) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_typography.h961 * @brief Creates an <b>OH_Drawing_Typography</b> object.
965 * @return Returns the pointer to the <b>OH_Drawing_Typography</b> object created.
969 OH_Drawing_Typography* OH_Drawing_CreateTypography(OH_Drawing_TypographyCreate*);
972 * @brief Releases the memory occupied by an <b>OH_Drawing_Typography</b> object.
975 * @param OH_Drawing_Typography Indicates the pointer to an <b>OH_Drawing_Typography</b> object.
979 void OH_Drawing_DestroyTypography(OH_Drawing_Typography*);
985 * @param OH_Drawing_Typography Indicates the pointer to an <b>OH_Drawing_Typography</b> object.
990 void OH_Drawing_TypographyLayout(OH_Drawing_Typography*, doubl
[all...]
H A Ddrawing_text_declaration.h56 * @brief Defines an <b>OH_Drawing_Typography</b>, which is used to manage the typography layout and display.
61 typedef struct OH_Drawing_Typography OH_Drawing_Typography; typedef
89 * @brief Defines an <b>OH_Drawing_TypographyCreate</b>, which is used to create an <b>OH_Drawing_Typography</b> object.
H A Ddrawing_text_line.h51 * @param typography Indicates the pointer to a typography object <b>OH_Drawing_Typography</b>.
55 OH_Drawing_Array* OH_Drawing_TypographyGetTextLines(OH_Drawing_Typography* typography);
/interface/sdk_c/arkui/ace_engine/native/
H A Dstyled_string.h103 * @brief Creates a pointer to an OH_Drawing_Typography object based on a format string object
107 * @return A pointer to the OH_Drawing_Typography object. If the object returns a null pointer,
111 OH_Drawing_Typography* OH_ArkUI_StyledString_CreateTypography(ArkUI_StyledString* handle);

Completed in 4 milliseconds