BitmapFont constructor

BitmapFont(
  1. 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);