SpriteBatch.DrawString
- void DrawString(SpriteFont font, dstring text, Vector2 position, Color color, float scale, float zlayer, Shader textShader)
- void DrawString(SpriteFont font, string utf8text, Vector2 position, Color color, float scale, float zlayer, Shader textShader)
- void DrawString(SpriteFont font, wstring utf16text, Vector2 position, Color color, float scale, float zlayer, Shader textShader)
polyplex core render gl batch SpriteBatch
constructorsfunctionsstatic functions
Draws a string
Allows special formatting rules: [c=(HEX)] to change the color [c=clear] to clear colors