Reputation: 1
Has anyone worked with esc_pos_printer flutter package for printing receipt with epson printer, I have two printers.
TM-T88VI : Thermal Printer
TM-U220B : Dot Metrics
printer.text('Item Name', styles: PosStyles( height: PosTextSize.size2, width: PosTextSize.size2, ));
PosTextSize option not working for TM-U220B : Dot Metrics printer
I am expecting bigger text on Dot Metrics printer as well but same code not supported by dot metrics printer.
Upvotes: 0
Views: 401