terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.WorldBuilding.TileFont Class Reference

Classes

struct  DrawMode
 

Public Member Functions

 TileFont ()
 

Static Public Member Functions

static void DrawString (Point start, string text, TileFont.DrawMode mode)
 
static Point MeasureString (string text)
 
static void HLineLabel (Point start, int width, string text, TileFont.DrawMode mode, bool rightSideText=false)
 
static void VLineLabel (Point start, int height, string text, TileFont.DrawMode mode, bool bottomText=false)
 

Static Private Member Functions

static void DrawChar (Point position, byte[] charData, TileFont.DrawMode mode)
 
static TileFont ()
 

Static Private Attributes

static readonly Dictionary< char, byte[]> MicroFont
 

Detailed Description

Definition at line 8 of file TileFont.cs.


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