drawText method

Future<void> drawText(
  1. int x,
  2. int y,
  3. String text, {
  4. XprintFont? font,
  5. XprintRotation? rotation,
})

Implementation

Future<void> drawText(int x, int y, String text, {XprintFont? font, XprintRotation? rotation}) {
  throw UnimplementedError('drawText() has not been implemented.');
}