Click or drag to resize
Ab4d.SharpEngine logo

BitmapTextCreator Methods

The BitmapTextCreator type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateAsync(Scene, BitmapFont, FuncString, RawImageData) 
Public methodStatic memberCreateAsync(Scene, BitmapFont, IBitmapIO, Boolean) 
Public methodCreateTextNode CreateTextNode creates a SceneNode (MeshModelNode or GroupNode) with the specified text and at the specified position, direction and size. The text is represented by one or more plane meshes that show bitmap characters as textures.
Public methodDispose 
Public methodStatic memberGetDefaultBitmapTextCreator Returns the BitmapTextCreator with the default bitmap font that is build into the Ab4d.SharpEngine. The bitmap font is created from Roboto font (Google's Open Font) with size of character set to 64 pixels.
Public methodStatic memberGetDefaultBitmapTextCreatorAsync Returns the BitmapTextCreator with the default bitmap font that is build into the Ab4d.SharpEngine. The bitmap font is created from Roboto font (Google's Open Font) with size of character set to 64 pixels.
Public methodGetTextSize Returns the size of the specified text.
Top
See Also