 |
BitmapFontMeasureText Method |
Provides the size, in pixels, of the specified text when drawn with this font.
When maxWidth is bigger then 0, then text is wrapped keep within the specified with.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic Vector2 MeasureText(
string text,
double maxWidth = -1
)
Parameters
- text String
- The text to measure.
- maxWidth Double (Optional)
- The maximum width to warp the text; when zero or smaller (-1 by default), then the text in not wrapped.
Return Value
Vector2
The size in pixels, of text drawn with this font.
See Also