Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/IsFontLoaded
- Timestamp:
- 03/12/25 08:08:55 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/IsFontLoaded
v5 v6 2 2 Check whether the specified font index is loaded 3 3 4 {{{ 4 {{{#!c++ 5 5 int IsFontLoaded(int nFont); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 if(IsFontLoaded(11) == 0) 24 24 {