code/__DEFINES/text.dm
MAPTEXT | Prepares a text to be used for maptext. Use this so it doesn't look hideous. |
---|---|
WXH_TO_HEIGHT | Macro from Lummox used to get height from a MeasureText proc |
SANITIZE_FILENAME | Removes characters incompatible with file names. |
STRIP_HTML_SIMPLE | Simply removes the < and > characters, and limits the length of the message. |
SHOW_MESSAGE_VISIBLE | defines related to text related procs |
Define Details
MAPTEXT
Prepares a text to be used for maptext. Use this so it doesn't look hideous.
SANITIZE_FILENAME
Removes characters incompatible with file names.
SHOW_MESSAGE_VISIBLE
defines related to text related procs
STRIP_HTML_SIMPLE
Simply removes the < and > characters, and limits the length of the message.
WXH_TO_HEIGHT
Macro from Lummox used to get height from a MeasureText proc