Player
Player copied to clipboard
Complex font support
We only support the simplest scripts where 1 Unicode codepoint = 1 character. However, to support more characters, we need:
- combining characters and positional variants (Arabic, Indic scripts),
- RTL writing (Herbew, Arabic),
- vertical writing (TTB for Mongolian and related scripts; TTB might be used as an option for Chinese and Japanese).
Btw we already have an issue to track complex script support ;)