armadillu / ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
http://uri.cat/
91 stars 42 forks source link

_Bool issue with VS2012 #11

Closed momo-the-monster closed 10 years ago

momo-the-monster commented 10 years ago

It seems like VS2012 doesn't support C99 and can't rectify _Bool. Neither can I include which is only available in VS2013. Replacing the two instances of _Bool in fontstash.c with bool fixes the issue, will this work cross-platform?

armadillu commented 10 years ago

i know, its a pain. I actually turned them into ints on the kerning branch to fix this

armadillu commented 10 years ago

that branch is still wip btw

armadillu commented 10 years ago

should b fixed in master now