drawing_font_collection.h

Overview

The drawing_font_collection.h file declares the functions related to the font collection in the drawing module.

File to include: <native_drawing/drawing_font_collection.h>

Library: libnative_drawing.so

Since: 8

Related module: Drawing

Summary

Functions

Name Description
OH_Drawing_FontCollection * OH_Drawing_CreateFontCollection (void) Creates an OH_Drawing_FontCollection object.
void OH_Drawing_DestroyFontCollection (OH_Drawing_FontCollection *) Destroys an OH_Drawing_FontCollection object and reclaims the memory occupied by the object.