manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
156 stars 37 forks source link

Text orientation #77

Closed Surya-0173 closed 2 years ago

Surya-0173 commented 2 years ago

It is possible to print text from right to left in put text method?

manuelbl commented 2 years ago

What do you mean with "put text method"? The putText() method of the Canvas class?

If so, the answer is no. It was designed for QR bills, and QR bills only support a limited character set where right-to-left text is not relevant.

manuelbl commented 2 years ago

May I ask you to go through your open issues and close those that are done.