harmony 鸿蒙OH_Drawing_String

  • 2025-06-12
  • 浏览 (4)

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 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞