> recently I was working on expanding my program to handle Hindi
> (Devanagari) complex glyph like: ( न + ् + न ) which translates into:
> न्न
>
> I used old version of FT so I updated to last available version
> 2.10.1 but still I can not render that glyph properly, obtaining: न्
> न (without space).
>
> I have installed a proper Devanagari .tff file (I am on Windows 10
> machine) and I have my program written in C++11.
>
> My question, is this specific glyph (or combination of complex
> glyph) not yet supported by the auto-hinting (FT version 2.5.4)?

If you are compiling FreeType with HarfBuzz, the autohinter of the
current FreeType version should be able to properly hint all glyphs
(even the ones without a cmap code) that belong to the Devanagari
script.


    Werner
_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to