andrey-ushakov / esc_pos_utils

Basic Flutter/Dart classes for ESC/POS printing
BSD 3-Clause "New" or "Revised" License
147 stars 329 forks source link

Multiple bug fixes collection #85

Open JackZhao98 opened 2 years ago

JackZhao98 commented 2 years ago
  1. Fixed an issue where long rows do not print overflow lines.
  2. Fixed CJK character overlapping issue. (Thanks to @ttyniwa)
  3. Fixed CJK PosAlign.right weird format issue. (Thanks to @ttyniwa)
  4. Fixed an issue where extra lines from row do not print out on some printers.