Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Other languages #8

Open
jaytxrx opened this issue Sep 3, 2020 · 0 comments
Open

Support for Other languages #8

jaytxrx opened this issue Sep 3, 2020 · 0 comments

Comments

@jaytxrx
Copy link

jaytxrx commented Sep 3, 2020

Hi,

I would like to make a similar library for Malayalam language so that I can use with GoPdf. I already have an issue opened here signintech/gopdf#126 but there is not much progress.

The font that I am planning to use is https://www.google.com/get/noto/ - Noto Sans Malayalam

For example: I want to print the letter "ന്മ". But in the PDF it always gets printed as 3 seperate character ( "ന, ്, മ" ) - https://imgur.com/a/zZqeeCR

Opening the font using FontForge showed me that "ന്മ" is a Glyph. But I don't know how to access it and send it to gopdf. I can access the individual alphabets (eg: "ന" which has UTF code 0D28)

My question:
Does goarabic handels similar situation ? If yes, can you tell me how do you access this mapping i.e when we see the 3 characters "ന, ്, മ" , replace it with "ന്മ" ?

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant