-
Notifications
You must be signed in to change notification settings - Fork 256
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 Khmer language (Cambodia) #177
base: main
Are you sure you want to change the base?
Conversation
@seanghay is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi! Could you add a test to test/language.test.tsx? |
Hi @shuding! I've added the test now. |
Thanks! It seems that the characters are not rendering on the playground, I'll invest why. |
@shuding |
Btw It looks like node-canvas is using pango layout engine. |
Yeah, we don't have ligature (and some other features) and I'm not sure if that's a missing thing in opentype.js or it's a bug. Worth to look into it. |
Someone released an another engine which supports Khmer language and many others. |
Support Khmer language