PrinterFontType constructor

const PrinterFontType(
  1. String fontName,
  2. String fontType,
  3. int fontBaseWidth,
  4. int fontBaseHeight,
)

Implementation

const PrinterFontType(this.fontName, this.fontType, this.fontBaseWidth, this.fontBaseHeight);