Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | DrawMode |
Static Public Member Functions | |
static void | DrawString (Point start, string text, DrawMode mode) |
static Point | MeasureString (string text) |
static void | HLineLabel (Point start, int width, string text, DrawMode mode, bool rightSideText=false) |
static void | VLineLabel (Point start, int height, string text, DrawMode mode, bool bottomText=false) |
Static Private Member Functions | |
static void | DrawChar (Point position, byte[] charData, DrawMode mode) |
Static Private Attributes | |
static readonly Dictionary< char, byte[]> | MicroFont |
Definition at line 7 of file TileFont.cs.