Search code examples
harfbuzz

Support Tibetan vowel u by HarfBuzz?


Does harfbuzz support Tibetan vowel u well? For usp and harfbuzz library,the shaped result is different for the same Tibetan chars.there are results:

usp: usp result

harfbuzz: harfbuzz result

The Tibetan chars is "U+0F45 U+0F74 U+0F74 U+0F74", string length is 4.

i don't know why does the result differently,and how to fix it?


Solution

  • HarfBuzz stacks diacritics for different scripts (Arabic also for example) and what you see is its difference with Uniscribe which doesn't have that feature so there isn't anything you should do in your side unless you insist on having that dotted circle for some strange reasons for some specific reason.