#include <text.h>
Public Attributes | |
| int | xSpacing |
| x spacing between characters | |
| int | ySpacing |
| y spacing between characters | |
| int | xShadow |
| x shadow offset | |
| int | yShadow |
| y shadow offset | |
| int | spaceSize |
| x spacing to use for a space character | |
| int | baseColor |
| base color which can be replaced, specific to Tinsel 3 | |
| OBJ_INIT | fontInit |
| structure used to init text objects | |
| Common::Array< SCNHANDLE > | fontDef |
| image handle array for all characters in the font | |
Text font data structure. Single byte string fonts have 256 fontDef handles. Multi byte string fonts have more, depending on the version.