home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / H / style.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-18  |  184 b   |  11 lines  |  [TEXT/????]

  1. /* STDWIN -- TEXT ATTRIBUTES. */
  2.  
  3. #define PLAIN        0x00
  4. #define HILITE        0x01
  5. #define INVERSE        0x02
  6. #define ITALIC        0x04
  7. #define BOLD        0x08
  8. #define UNDERLINE    0x10
  9.  
  10. extern TEXTATTR wattr;
  11.