Open crecord opened 5 years ago
In OF 10.1 the following didn't work to include freetype:
#include "freetype.h" #include "ftglyph.h" #include "ftoutln.h" #include "fttrigon.h"
I reverted it back so it was including it like so and it worked fine. (Just noting it here incase it's helpful to others)
#include "freetype2/freetype/freetype.h" #include "freetype2/freetype/ftglyph.h" #include "freetype2/freetype/ftoutln.h" #include "freetype2/freetype/fttrigon.h"
In OF 10.1 the following didn't work to include freetype:
I reverted it back so it was including it like so and it worked fine. (Just noting it here incase it's helpful to others)