First attempt at debianization
[erwise] / Cl / WWWLibrary / HTFont.h
1 /*              The portable font concept (!?*)
2 */
3
4 /*      Line mode browser version:
5 */
6
7 typedef int HTFont;     /* 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