NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
Font drawing option constants

These addition drawing option constants are only for use when drawing text and numbers on the LCD using an RIC-based font. More...

Macros

#define DRAW_OPT_FONT_DIRECTIONS   (0x01C0)
 
#define DRAW_OPT_FONT_WRAP   (0x0200)
 
#define DRAW_OPT_FONT_DIR_L2RB   (0x0000)
 
#define DRAW_OPT_FONT_DIR_L2RT   (0x0040)
 
#define DRAW_OPT_FONT_DIR_R2LB   (0x0080)
 
#define DRAW_OPT_FONT_DIR_R2LT   (0x00C0)
 
#define DRAW_OPT_FONT_DIR_B2TL   (0x0100)
 
#define DRAW_OPT_FONT_DIR_B2TR   (0x0140)
 
#define DRAW_OPT_FONT_DIR_T2BL   (0x0180)
 
#define DRAW_OPT_FONT_DIR_T2BR   (0x01C0)
 

Detailed Description

These addition drawing option constants are only for use when drawing text and numbers on the LCD using an RIC-based font.

See Also
FontTextOut(), FontNumOut()
Warning
These options require the enhanced NBC/NXC firmware