Open mathpopo opened 4 months ago
In file included from /home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.cpp:1:
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.h:35:66: error: ‘ofIsVFlipped’ was not declared in this scope
35 | vector~~~
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.cpp: In member function ‘void ofxTrueTypeFontUC::Impl::loadChar(const int&)’:
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.cpp:1159:12: error: aggregate ‘ofPixels expandedData’ has incomplete type and cannot be defined
1159 | ofPixels expandedData;
| ^~~~
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.cpp:1236:14: error: aggregate ‘ofPixels bitmapPixels’ has incomplete type and cannot be defined
1236 | ofPixels bitmapPixels;
| ^~~~
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.cpp:1273:12: error: aggregate ‘ofPixels atlasPixels’ has incomplete type and cannot be defined
1273 | ofPixels atlasPixels;
| ^~~
/home/chenxin/disk1/github/openFrameworks/addons/ofxTrueTypeFontUC/src/ofxTrueTypeFontUC.h:8:14: error: ‘string’ does not name a type; did you mean ‘stdin’? 8 | const static string OF_TTFUC_SANS = "sans-serif"; | ^
~| stdin