00001 00021 #ifndef INC_MI32_TEXTBASE_H 00022 #define INC_MI32_TEXTBASE_H 00023 00025 enum TEXTBASEORIGIN { 00026 TEXTBASEORIGIN_FirstLine = 0x00, 00027 TEXTBASEORIGIN_Left = 0x01, 00028 TEXTBASEORIGIN_CenterHorz = 0x02, 00029 TEXTBASEORIGIN_Right = 0x04, 00030 TEXTBASEORIGIN_CenterHorzFirstTag = 0x08, 00031 TEXTBASEORIGIN_Top = 0x10, 00032 TEXTBASEORIGIN_CenterVert = 0x20, 00033 TEXTBASEORIGIN_Bottom = 0x40, 00034 TEXTBASEORIGIN_CenterVertFirstLine = 0x80 00035 }; 00036 #ifndef GENERATING_DOXYGEN_OUTPUT 00037 DEFINE_ENUM_OP_BITWISE(TEXTBASEORIGIN) 00038 #endif 00039 00040 #endif // INC_MI32_TEXTBASE_H
1.6.1