Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Draw Unicode Strings in 0.9.0

$
0
0

you need to call:

settings.add({
	ofUnicode::Latin1Supplement,
	ofUnicode::Hiragana,
	ofUnicode::Katakana,
	ofUnicode::CJKUnified
});

instead and it should work


Viewing all articles
Browse latest Browse all 40524

Trending Articles