mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
0c975c510a
* Port all of /tg/'s fonts and switch maptext to Grand9K * Allow TGUI to use the new fonts * Remove SpessFont to be safe
4 lines
131 B
Plaintext
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)
|