Printing hindi text with bluetooth printing device from Android kotlin

  Kiến thức lập trình

Problem:
English fonts are getting printed. Hindi print’s are with output as ### by printing device.

Already tried below ways :

  • String covert in image working but print working very slow.
  • Using hindi ttf file.
  • Some printer String to image showing different font.
  • Tried libraries like (implementation 'com.github.yuriy-budiyev:code-scanner:2.1.0')

I tried with so many library but not getting hindi print.

New contributor

ajay sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT