rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
518 stars 202 forks source link

Font on Android #196

Open kissgyula opened 10 years ago

kissgyula commented 10 years ago

No fonts displayed on android.

Error message:

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

mhashmi commented 10 years ago

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.