Open jaytxrx opened 4 years ago
Maybe it was an issue like https://github.com/signintech/gopdf/issues/50 , you have to change unicode of string before write out because gopdf will print unicode directly.
@oneplus1000 can you make it clear what exactly needs to be changed? I saw the issue that you mentioned but didn't get much clue.
I am trying to generate a PDF document with Malayalam text.
The issue is that the malayalam text is not displayed properly.
Good Text
Obtained Text from gopdf
Does anyone know what the issue is ?
The font used is https://smc.org.in/downloads/fonts/meera/Meera-Regular.ttf
Below is the code used