BitmapFontCharacter constructor

BitmapFontCharacter(
  1. int id,
  2. int width,
  3. int height,
  4. int xoffset,
  5. int yoffset,
  6. int xadvance,
  7. int page,
  8. int channel,
)

Implementation

BitmapFontCharacter(this.id, this.width, this.height, this.xoffset,
    this.yoffset, this.xadvance, this.page, this.channel)
    : image = Image(width, height);