Hi folks,
This has been asked multiple times but I still didn't find a solution. If one exists, could anyone please point me to it? I am trying to display content in non Roman languages (Chinese, Russian etc) in Roku components like labels etc.. So far I can only see unsupported character boxes even for custom fonts that I am certain support those Unicode code points. Is it possible at all? Here is what I could come up with so far:
1. If I knew the language I could map Unicode into a single-byte encoding and display using my custom font. Um, it is obviously a hack.
2. This post suggests that I could could make it work with roImageCanvas but this post suggests that roImageCanvas is being deprecated.
Is there a good non-hacky way to solve this?
Cheers