 |
BitmapFontCreateAsync(Stream) Method |
CreateAsync loads the specified stream in the background thread and returns a created BitmapFont object.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic static Task<BitmapFont> CreateAsync(
Stream stream
)
Parameters
- stream Stream
- stream to font binary data file (usually form .fnt files)
Return Value
TaskBitmapFontBitmapFont
See Also