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: width, height: height, numChannels: 4);