Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/IsFontLoaded


Ignore:
Timestamp:
08/19/10 15:53:56 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/IsFontLoaded

    v1 v1  
     1= IsFontLoaded =
     2Check whether the specified font index is loaded
     3
     4{{{
     5int IsFontLoaded(int nFont);
     6}}}
     7
     8== Parameters ==
     9
     10 * nFont - font index
     11
     12== Return Value ==
     13
     14 * Returns 1 if the font is loaded, 0 if now.
     15
     16== Remarks ==
     17
     18
     19== Examples ==
     20
     21{{{
     22if(IsFontLoaded(11) == 0)
     23{
     24  PrintLCD("Font 11 is not loaded");
     25}
     26}}}
     27
     28
     29== See Also ==
     30
     31 * LocateLCD
     32 * ReadFont