OH_Drawing_RunBuffer
typedef struct {...} OH_Drawing_RunBuffer
Overview
This struct describes a run, which provides storage for glyphs and positions.
Since: 11
Related module: Drawing
Header file: drawing_text_blob.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint16_t* glyphs | Storage for glyph indexes in the run. |
| float* pos | Storage for glyph positions in the run. |
| char* utf8text | Storage for UTF-8 encoded text units in the run. |
| uint32_t* clusters | Storage for glyph clusters (index of the UTF-8 encoded text unit) in the run. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-drawing-gpu-context-h
openharmony 鸿蒙 capi-drawing-nativepixelmap-
openharmony 鸿蒙 capi-nativevsync-oh-nativevsync-expectedraterange
openharmony 鸿蒙 capi-drawing-oh-drawing-brush
openharmony 鸿蒙 capi-drawing-oh-drawing-image-info
openharmony 鸿蒙 capi-drawing-text-linetypography-h
openharmony 鸿蒙 capi-oh-nativeimage-oh-nativeimage
openharmony 鸿蒙 capi-drawing-typeface-h