opentype.js icon indicating copy to clipboard operation
opentype.js copied to clipboard

Hindi letters should reverse and join in some cases

Open talbenmoshe opened this issue 3 years ago • 2 comments
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: image

(Using poppins font which supports Hindi)

talbenmoshe avatar Jan 25 '22 08:01 talbenmoshe

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.

Connum avatar Feb 12 '23 19:02 Connum