Tesla Graphics Engine Documentation (January 2012)
SpriteFont Constructor (texture, lineHeight)
TeslaTesla.GraphicsSpriteFontSpriteFont(Texture2D, Int32)
Creates a new instance of SpriteFont.
Declaration Syntax
C#
public SpriteFont(
	Texture2D texture,
	int lineHeight
)
Parameters
texture (Texture2D)
The font texture.
lineHeight (Int32)
Line space between consecutive lines.

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