Example #1
0
 protected override void Draw(float dt, Matrix4 transform)
 {
     Font.DrawString(Bounds.Left, Bounds.Top, Text, BackbufferSize);
 }