summary refs log tree commit diff stats
path: root/note/pronouns.html
Commit message (Expand)AuthorAgeFilesLines
* Public-domain footer on every pageRunxi Yu2023-08-061-0/+1
* cronie: update website1337 h4xx0r2023-07-311-38/+8
* Andrew -> Runxi1337 h4xx0r2023-07-271-3/+3
* Change contact details, masculine names suck.1337 h4xx0r2023-07-231-0/+1
* Use ``TeX-style quotes'' instead of “unicode quotes”Andrew Yu2023-07-151-1/+1
* plain.css -> style.cssAndrew Yu2023-07-151-1/+1
* Mode modificationsAndrew Yu2023-07-151-0/+0
* Pronouns table style changes againAndrew2023-07-151-1/+1
* Table style change for pronouns pageAndrew2023-07-151-8/+8
* Adjust tableAndrew2023-07-151-10/+10
* Pronouns and stuffAndrew2023-07-151-0/+57
a id='n2' href='#n2'>2 3 4 5 6 7 8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29







                                               
                                             
 
                          
                                                     
                                


                                                     












                            
/*		The portable font concept (!?*)
*/

/*	Line mode browser version:
*/
#ifndef HTFONT_H
#define HTFONT_H

typedef long int HTMLFont;	/* For now */

#ifndef HT_NON_BREAK_SPACE
#define HT_NON_BREAK_SPACE ((char)1)	/* For now */
#endif /* !HT_NON_BREAK_SPACE */
#ifndef HT_EN_SPACE
#define HT_EN_SPACE ((char)2)		/* For now */
#endif /* !HT_EN_SPACE */


#define HT_FONT		0
#define HT_CAPITALS	1
#define HT_BOLD		2
#define HT_UNDERLINE	4
#define HT_INVERSE	8
#define HT_DOUBLE	0x10

#define HT_BLACK	0
#define HT_WHITE	1

#endif /* HTFONT_H */