C# Class Nez.CompiledTextElement

Show file Open project: prime31/Nez

Public Methods

Method Description
CompiledTextElement ( string text, Vector2 position, FormatInstruction formatInstruction ) : System
render ( Graphics graphics, Vector2 offset ) : void

Method Details

CompiledTextElement() public method

public CompiledTextElement ( string text, Vector2 position, FormatInstruction formatInstruction ) : System
text string
position Vector2
formatInstruction FormatInstruction
return System

render() public method

public render ( Graphics graphics, Vector2 offset ) : void
graphics Graphics
offset Vector2
return void