Re: [nanogui] FreeType 1 support

2011-06-20 Thread Greg Haerr
: I saw that the freetype 1 driver was deprecated recently. I deprecated it because I didn't want to keep up two versions of the freetype driver anymore. Of course, I didn't realize that it used a C library feature your system doesn't have! IIRC, the nano-X FT1 subdriver didn't support caching,

[nanogui] FreeType 1 support

2011-06-20 Thread Ludwig Ertl
Hi List, I saw that the freetype 1 driver was deprecated recently. That is really bad, because my target Platform doesn't support setjmp/longjmp and this is a requirement for Freetype 2. Freetype 1 doesn't need this and would therefore be suitable for my platform, however the old driver is not com