home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / LineMode / Implementation / HTFont.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-03  |  334 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.