NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void SysDrawFont ( DrawFontType args)
inline

Draw text using a custom font.

This function lets you draw text on the NXT LCD using a custom font with parameters you pass in via the DrawFontType structure.

Parameters
argsThe DrawFontType structure containing the drawing parameters.
Warning
This function requires the enhanced NBC/NXC firmware version 1.28+.
Examples:
ex_dispftout.nxc, and ex_sysdrawfont.nxc.