Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.WorldBuilding.TileFont Class Reference

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
 

Detailed Description

Definition at line 7 of file TileFont.cs.


The documentation for this class was generated from the following file: