Version 1 (modified by 14 years ago) ( diff ) | ,
---|
IsFontLoaded
Check whether the specified font index is loaded
int IsFontLoaded(int nFont);
Parameters
- nFont - font index
Return Value
- Returns 1 if the font is loaded, 0 if now.
Remarks
Examples
if(IsFontLoaded(11) == 0) { PrintLCD("Font 11 is not loaded"); }
See Also
- LocateLCD
- ReadFont
Note:
See TracWiki
for help on using the wiki.