opentype.js
opentype.js copied to clipboard
Hindi letters should reverse and join in some cases
trafficstars
Hi, There are some Hindi letters that when combined, they need to appear reversed. For example, this "नि" is made out of 2 letters: न and ि. When combined they appear to be reversed and joined. But they are not rendered correctly in opentypejs.
Here's an example used in https://opentype.js.org/index.html:

(Using poppins font which supports Hindi)
fontforge doesn't render it correctly, so I wasn't able to quickly find out which OpenType feature is used to achieve this, but this library doesn't support that feature as of yet.