LEGO Mindstorms EV3


Font Types Avaliable
*/

typedef   enum
{
  NORMAL_FONT                   = 0,
  SMALL_FONT                    = 1,
  LARGE_FONT                    = 2,
  TINY_FONT                     = 3,

  FONTTYPES                             //!< Maximum font types supported by the VM
}
FONTTYPE;

/*  

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group