code/__DEFINES/fonts.dm 
| PEN_FONT | Font used by regular pens |
|---|---|
| FOUNTAIN_PEN_FONT | Font used by fancy pens |
| CRAYON_FONT | Font used by crayons |
| PRINTER_FONT | Font used by printers |
| CHARCOAL_FONT | Font used by charcoal pens |
| SIGNATURE_FONT | Font used when signing on paper. |
| EMOJI_SET | Emoji icon set |
| INCLUDE_AC | Include leading A width and trailing C width in GetWidth() or in DrawText() |
Define Details
CHARCOAL_FONT 
Font used by charcoal pens
CRAYON_FONT 
Font used by crayons
EMOJI_SET 
Emoji icon set
FOUNTAIN_PEN_FONT 
Font used by fancy pens
INCLUDE_AC 
Include leading A width and trailing C width in GetWidth() or in DrawText()
PEN_FONT 
Font used by regular pens
PRINTER_FONT 
Font used by printers
SIGNATURE_FONT 
Font used when signing on paper.