BIOS Reference - FONT Functions
From NanoComputerWiki
FONT Module Functions
NanoComputer BIOS Reference
FONT Module
Note: This information may be out of date. For the latest information always check the header files shipped with the NanoComputer SDK.
Last update: Oct 31 2008
// --------------------------------------------------
// Function Prototypes
// --------------------------------------------------
/**
* Loads a font
*
* sFontName - [in] Name of the font to load
* pFontHandle - [out] FontHandle for the newly loaded font
*
* Returns E_OK on success, or other error on failure.
**/
char FONT_Load(char* sFontName, LCD_FontHandle* pFontHandle);
Navigation
- Click on any of the links below to navigate to a new page
