![]()  | 
  
    CRM64Pro GDK v0.11.0
    
   A free cross-platform game development kit built on top of SDL 3.0 
   | 
 
Inherits CRM64Pro::ManagerBase.
Public Member Functions | |
| Sint32 | info (Sint32 iMode=0) | 
| Request Font Manager information.   | |
| Sint32 | create (const string &sName, Uint32 iVersion=10) | 
| Create a new font.   | |
| Sint32 | close (Sint32 idFont) | 
| Close and destroy a font.   | |
| Sint32 | getNum () | 
| Get number of loaded objects.   | |
| Sint32 | setName (Sint32 idFont, const string &sName) | 
| Change the object name.   | |
| Font * | get (Sint32 idFont) | 
| Get a pointer to the font using its handler.   | |
| Sint32 | child (Sint32 idFont) | 
| Create a child font dependant on the provided one(the parent).   | |
| Sint32 | load (const string &sFileCDC, const string &sName) | 
| Load a font stored in a CDC file.   | |
| Sint32 | load (const Sint32 idCDC, const string &sName) | 
| Load a font stored in a CDC file.   | |
| Sint32 | remove (const Sint32 idCDC, const string &sName) | 
| Remove a font stored in a CDC file.   | |
Font Manager class.