BitmapFont constructor
- GL2 _gl
Creates a new BitmapFont instance.
Typically, you would use ResourceManager.loadFont instead of constructing this directly.
_gl
: The WebGL2 rendering context.
Implementation
BitmapFont(this._gl);
Creates a new BitmapFont instance.
Typically, you would use ResourceManager.loadFont instead of constructing this directly.
_gl
: The WebGL2 rendering context.BitmapFont(this._gl);