I am trying to use ofxUI.
I created a slider. No complaints at comilation. But at runtime , i get this error :
[ error ] ofTrueTypeFont: drawString(): font not allocated: line 1077 in E:\OPEN
_FRAMEWORK\of_v0.8.0_win_cb_release\libs\openFrameworks\graphics\ofTrueTypeFont.
cpp
Thanks! allready pull it to data folder my project still getting [ error ] ofTrueTypeFont: drawString(): font not allocated: line 1077 in /Users/jorge/Documents/of_v0.8.0_ios_release/libs/openFrameworks/graphics/ofTrueTypeFont.cpp
ofxUI defines default sans-serif font in ofxUIDefines.h. It seems that font dosn’t exist in my android system, so I changed that to verdana.ttf, and copied verdana.ttf from androidFontExample/bin/data into my bin/data. That solved the problem.