Files
VOREStation/code/__defines/fonts.dm
T
ShadowLarkens 0c975c510a Port all of /tg/'s fonts and switch maptext to Grand9K (#17589)
* Port all of /tg/'s fonts and switch maptext to Grand9K

* Allow TGUI to use the new fonts

* Remove SpessFont to be safe
2025-04-26 02:06:47 +02:00

4 lines
131 B
Plaintext

// Font metrics bitfield
/// Include leading A width and trailing C width in GetWidth() or in DrawText()
#define INCLUDE_AC (1<<0)