harmony 鸿蒙OH_Drawing_String
OH_Drawing_String
Overview
The OH_Drawing_String struct describes a string of characters encoded in UTF-16.
Since: 14
Related module: Drawing
Header file: drawing_types.h
Summary
Member Variables
Name | Description |
---|---|
uint8_t * strData | Pointer to a byte array that stores characters in the UTF-16 encoding format. |
uint32_t strLen | Actual length of the string that strData points to, in bytes. |
Member Variable Description
strData
uint8_t* OH_Drawing_String::strData
Description
Pointer to a byte array that stores characters in the UTF-16 encoding format.
strLen
uint32_t OH_Drawing_String::strLen
Description
Actual length of the string that strData points to, in bytes.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦