harmony 鸿蒙OH_Drawing_FontFallbackGroup

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

OH_Drawing_FontFallbackGroup

Overview

The OH_Drawing_FontFallbackInfo struct describes the information about a font fallback group.

Since: 12

Related module: Drawing

Header file: drawing_text_typography.h

Summary

Member Variables

Name Description
char * groupName Pointer to the name of the group corresponding to the font fallback group. If null is passed in, all fonts in the font fallback group can be used.
size_t fallbackInfoSize Number of font fallbacks.
OH_Drawing_FontFallbackInfo * fallbackInfoSet Pointer to a set of font fallbacks.

Member Variable Description

fallbackInfoSet

OH_Drawing_FontFallbackInfo* OH_Drawing_FontFallbackGroup::fallbackInfoSet

Description

Pointer to a set of font fallbacks.

fallbackInfoSize

size_t OH_Drawing_FontFallbackGroup::fallbackInfoSize

Description

Number of font fallbacks.

groupName

char* OH_Drawing_FontFallbackGroup::groupName

Description

Pointer to the name of the group corresponding to the font fallback group. If null is passed in, all fonts in the font fallback group can be used.

你可能感兴趣的鸿蒙文章

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  赞