home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / doslynx / inc / htfont.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  353 b   |  20 lines

  1. /*        The portable font concept (!?*)
  2. */
  3.  
  4. /*    Line mode browser version:
  5. */
  6.  
  7. typedef long int HTLMFont;    /* For now */
  8.  
  9. #define HT_NON_BREAK_SPACE ((char)1)    /* For now */
  10.  
  11. #define HT_FONT        0
  12. #define HT_CAPITALS    1
  13. #define HT_BOLD        2
  14. #define HT_UNDERLINE    4
  15. #define HT_INVERSE    8
  16. #define HT_DOUBLE    0x10
  17.  
  18. #define HT_BLACK    0
  19. #define HT_WHITE    1
  20.