terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ MeasureString() [4/5]

Vector2 Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString ( StringBuilder text)
inline

Definition at line 191 of file SpriteFont.cs.

192 {
193 int length = text.Length;
194 Vector2 vector;
195 return vector;
196 }

References Microsoft.Xna.Framework.Vector2.Length(), System.length, and System.text.