Dovyski / cvui

A (very) simple UI lib built on top of OpenCV drawing primitives
https://dovyski.github.io/cvui/
MIT License
833 stars 213 forks source link

Text encoding #63

Open GeorgeShimakawa opened 5 years ago

GeorgeShimakawa commented 5 years ago

Is there any way to show text with 2 bytes characters like Kanji using cvui ?

Dovyski commented 5 years ago

Unfortunately, that is not possible, but I think it would be a great feature to have. I am not sure how well OpenCV can handle unicode text or similars though.