- 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.