LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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;

/*