![]() | LEGO Mindstorms EV3 |
*/
typedef enum
{
NORMAL_FONT = 0,
SMALL_FONT = 1,
LARGE_FONT = 2,
TINY_FONT = 3,
FONTTYPES //!< Maximum font types supported by the VM
}
FONTTYPE;
/*