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 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| char \* [language](#language) | Pointer to the language supported by the font fallback. The language format is bcp47. | 21| char \* [familyName](#familyname) | Pointer to the name of a font family. | 22 23 24## Member Variable Description 25 26 27### familyName 28 29``` 30char* OH_Drawing_FontFallbackInfo::familyName 31``` 32**Description** 33 34Pointer to the name of a font family. 35 36 37### language 38 39``` 40char* OH_Drawing_FontFallbackInfo::language 41``` 42**Description** 43 44Pointer to the language supported by the font fallback. The language format is bcp47. 45