printSetFontTTF method

Future<int?> printSetFontTTF(
  1. String fontName,
  2. int fontSize,
  3. int fontStyle
)

Implementation

Future<int?> printSetFontTTF(String fontName, int fontSize, int fontStyle) {
  throw UnimplementedError('printSetFontTTF() has not been implemented.');
}