We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there
When I developed Android apps with Processing, I always used some custom fonts that I left in the "assets" folder. Making a multi-lingual version of my app, I don't want to add some heavy .ttf or .otf files to my package
How do I createFont() from a default Android fonts, with one that will work in Unicode (CJK included) ?
cheers