ofxUI icon indicating copy to clipboard operation
ofxUI copied to clipboard

Font on Android

Open kissgyula opened this issue 10 years ago • 1 comments

No fonts displayed on android.

Error message:

ofTrueTypeFont(1714): drawString(): font not allocated: line 1082 in ../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp

kissgyula avatar Apr 23 '14 23:04 kissgyula

One simple fix is to copy the faucet.ttf font from the customFont example to your app's data/bin folder, and update ofxUIDefines.h to reference it.

mhashmi avatar May 16 '14 13:05 mhashmi