mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
396 stars 112 forks source link

Smaller font / QRCode support #82

Open taq opened 2 years ago

taq commented 2 years ago

Hi, thanks for this project!

I'm wondering is it possible to have a small font size, I saw that there are only two sizes: val FONT_SIZE_NORMAL: Byte = 0x00 val FONT_SIZE_LARGE: Byte = 0x10 I tried 0x01 on setFontSize but got a even bigger one! :-D

Another question, we need to convert a QRCode data to an image to send it to the printer?

Thanks!