SpriteFontSimple

Undocumented in source.

Constructors

this
this(SpriteBatch batcher, ContentManager man, string font_name, Vector2i font_split)
Undocumented in source.
this
this(ContentManager man, string font_name, Vector2i font_split)
Undocumented in source.

Members

Functions

DrawString
void DrawString(SpriteBatch sprite_batch, string text, Vector2 position, float scale, Color color, GameTimes game_time, bool shake, float intensity)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawString
void DrawString(string text, Vector2 position, float scale, Color color, GameTimes game_time, bool shake, float intensity)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureString
Vector2 MeasureString(string text, float scale)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta