printerfont method
Implementation
Future<bool> printerfont(
int x,
int y,
String size,
Rotation rotation,
int xMultiplication,
int yMultiplication,
String content,
) {
throw UnimplementedError('printerfont() has not been implemented.');
}