nrs1022
nrs1022
No, isn't really a big issue for me. I have several scripts saved on my network dir, some of them needs to be run as Admin but knowing about this...
Hi, refer to issue https://github.com/DantSu/ESCPOS-ThermalPrinter-Android/issues/517
Hi, printing non-english characters depends mainly of your printer support. Advice: Try to convert your text as image, then print the image. It makes your print more device independant.
> @nrs1022 I can able to print the font in this [App](https://play.google.com/store/apps/details?id=mate.bluetoothprint). It's because app probably does text-to-image convert before printing. Most chinese printers has fonts supporting english and (of...
You can try with this code. It puts text on a StaticLayout and put it on a canvas to return a Bitmap. ``` Bitmap getMultiLangTextAsImage(String text, float textSize, Typeface typeface)...