wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/IsFontLoaded

Version 1 (modified by Don Wilson, 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

Note: See TracWiki for help on using the wiki.