// Auto-generated. Do not edit. /** * Drawing modes */ declare enum Draw { Normal = 0, Clear = (0x0004), // DRAW_OPT_CLEAR_PIXELS Xor = (0x0018), // DRAW_OPT_LOGICAL_XOR Fill = (0x0020), // DRAW_OPT_FILL_SHAPE } declare enum ScreenFont { Normal = 0, // FONTTYPE_NORMAL Small = 1, // FONTTYPE_SMALL Large = 2, // FONTTYPE_LARGE Tiny = 3, // FONTTYPE_TINY } // Auto-generated. Do not edit. Really.