Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawString() [6/6]

static void ReLogic.Graphics.DynamicSpriteFontExtensionMethods.DrawString ( this SpriteBatch spriteBatch,
DynamicSpriteFont spriteFont,
StringBuilder text,
Vector2 position,
Color color,
float rotation,
Vector2 origin,
Vector2 scale,
SpriteEffects effects,
float layerDepth )
inlinestatic

Definition at line 64 of file DynamicSpriteFontExtensionMethods.cs.

65 {
66 //IL_0008: Unknown result type (might be due to invalid IL or missing references)
67 //IL_0009: Unknown result type (might be due to invalid IL or missing references)
68 //IL_000d: Unknown result type (might be due to invalid IL or missing references)
69 //IL_0011: Unknown result type (might be due to invalid IL or missing references)
70 spriteFont.InternalDraw(text.ToString(), spriteBatch, position, color, rotation, origin, ref scale, effects, layerDepth);
71 }

References ReLogic.Graphics.DynamicSpriteFont.InternalDraw().