Tesla Graphics Engine Documentation (January 2012)
Glyph Constructor (literal, cropping, offsets)
TeslaTesla.GraphicsGlyphGlyph(Char, Rectangle, Vector3)
Creates a new instance of Glyph.
Declaration Syntax
C#
public Glyph(
	char literal,
	Rectangle cropping,
	Vector3 offsets
)
Parameters
literal (Char)
The character literal.
cropping (Rectangle)
The cropping rectangle, in pixels
offsets (Vector3)
The screen offsets (x,y correspond to top-left corner and z is the amount to space after the glyph)

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)