Home
last modified time | relevance | path

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

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_font.h203 * @brief Calculate number of glyphs represented by text.
224 * @param glyphs Indicates the storage for glyph indices.
231 OH_Drawing_TextEncoding encoding, uint16_t* glyphs, int maxGlyphCount);
234 * @brief Retrieves the advance for each glyph in glyphs.
238 * @param glyphs Indicates the array of glyph indices to be measured.
239 * @param count Indicates the number of glyphs.
244 void OH_Drawing_FontGetWidths(const OH_Drawing_Font*, const uint16_t* glyphs, int count, float* widths);
505 * @param glyphs Indicates the array of glyph indices to be measured.
506 * @param count Indicates the number of glyphs.
510 * Returns {@link OH_DRAWING_ERROR_INVALID_PARAMETER} if any of font, glyphs
[all...]
H A Ddrawing_text_run.h149 * @param glyphs The run of glyph array object <b>OH_Drawing_Array</b>.
155 uint16_t OH_Drawing_GetRunGlyphsByIndex(OH_Drawing_Array* glyphs, size_t index);
161 * @param glyphs The run of glyph array object <b>OH_Drawing_Array</b>.
164 void OH_Drawing_DestroyRunGlyphs(OH_Drawing_Array* glyphs);
H A Ddrawing_text_blob.h127 * @brief Defines a run, supplies storage for glyphs and positions.
134 uint16_t* glyphs; member
144 * @brief Alloc run with storage for glyphs and positions. The returned pointer does not need to be managed
150 * @param count Indicates the number of glyphs.

Completed in 2 milliseconds