1# drawing_font_collection.h 2 3 4## Overview 5 6Declares functions related to **FontCollection** in the drawing module. 7 8**Since:** 98 10 11**Related Modules:** 12 13[Drawing](_drawing.md) 14 15 16## Summary 17 18 19### Functions 20 21| Name | Description | 22| -------- | -------- | 23| [OH_Drawing_CreateFontCollection](_drawing.md#oh_drawing_createfontcollection) (void) | Creates an **OH_Drawing_FontCollection** object. | 24| [OH_Drawing_DestroyFontCollection](_drawing.md#oh_drawing_destroyfontcollection) ([OH_Drawing_FontCollection](_drawing.md#oh_drawing_fontcollection) \*) | Releases the memory occupied by an **OH_Drawing_FontCollection** object. | 25