Home
last modified time | relevance | path

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

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_declaration.h89 * @brief Defines an <b>OH_Drawing_TypographyCreate</b>, which is used to create an <b>OH_Drawing_Typography</b> object.
94 typedef struct OH_Drawing_TypographyCreate OH_Drawing_TypographyCreate; typedef
H A Ddrawing_text_typography.h906 * @brief Creates a pointer to an <b>OH_Drawing_TypographyCreate</b> object.
911 * @return Returns the pointer to the <b>OH_Drawing_TypographyCreate</b> object created.
915 OH_Drawing_TypographyCreate* OH_Drawing_CreateTypographyHandler(OH_Drawing_TypographyStyle*,
919 * @brief Releases the memory occupied by an <b>OH_Drawing_TypographyCreate</b> object.
922 * @param OH_Drawing_TypographyCreate Indicates the pointer to an <b>OH_Drawing_TypographyCreate</b> object.
926 void OH_Drawing_DestroyTypographyHandler(OH_Drawing_TypographyCreate*);
932 * @param OH_Drawing_TypographyCreate Indicates the pointer to an <b>OH_Drawing_TypographyCreate</b> object.
937 void OH_Drawing_TypographyHandlerPushTextStyle(OH_Drawing_TypographyCreate*, OH_Drawing_TextStyl
[all...]
H A Ddrawing_text_lineTypography.h53 * @param OH_Drawing_TypographyCreate Indicates the pointer to an <b>OH_Drawing_TypographyCreate</b> object.
57 OH_Drawing_LineTypography* OH_Drawing_CreateLineTypography(OH_Drawing_TypographyCreate* handler);
72 * @param OH_Drawing_TypographyCreate Indicates the pointer to an <b>OH_Drawing_TypographyCreate</b> object.
85 * @param OH_Drawing_LineTypography Indicates the pointer to an <b>OH_Drawing_TypographyCreate</b> object.

Completed in 3 milliseconds