Click or drag to resize
Ab4d.SharpEngine logo

BitmapFont Methods

The BitmapFont type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateAsync(Stream) CreateAsync loads the specified stream in the background thread and returns a created BitmapFont object.
Public methodStatic memberCreateAsync(String) CreateAsync loads the specified fontFile in the background thread and returns a created BitmapFont object.
Public methodGetKerning Gets the kerning for the specified character combination.
Public methodMeasureText 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.
Top
See Also