1# OH_Drawing_FontFallbackInfo 2 3 4## Overview 5 6The OH_Drawing_FontFallbackInfo struct describes the information about a font fallback. 7 8**Since**: 12 9 10**Related module**: [Drawing](_drawing.md) 11 12**Header file**: [drawing_text_typography.h](drawing__text__typography_8h.md) 13 14## Summary 15 16 17### Member Variables 18 19| Name| Description| 20| -------- | -------- | 21| char \* [language](#language) | Pointer to the language supported by the font fallback. The language format is bcp47. | 22| char \* [familyName](#familyname) | Pointer to the name of a font family. | 23 24 25## Member Variable Description 26 27 28### familyName 29 30``` 31char* OH_Drawing_FontFallbackInfo::familyName 32``` 33**Description** 34 35Pointer to the name of a font family. 36 37 38### language 39 40``` 41char* OH_Drawing_FontFallbackInfo::language 42``` 43**Description** 44 45Pointer to the language supported by the font fallback. The language format is bcp47. 46