search for: ft_library

Displaying 3 results from an estimated 3 matches for "ft_library".

2014 Jan 06
4
2 bugs in R's grDevices, and fixes.
...asked the freetype developers what is the context of these two comments about freetype in the code of R's grDevices: ======= R/src/library/grDevices/src/cairo/cairoFns.c around line 720 ===== /* some FreeType versions have broken index support, fall back to index 0 */ if (!FT_New_Face(ft_library, (const char *) file, index, &face) || (index && !FT_New_Face(ft_library, (const char *) file, 0, &face))) { FcFontSetDestroy (fs); #ifdef __APPLE__ /* FreeType is broken on OS X in that face index is often wrong (unfortunately even for Helve...
2014 Jan 06
4
2 bugs in R's grDevices, and fixes.
...asked the freetype developers what is the context of these two comments about freetype in the code of R's grDevices: ======= R/src/library/grDevices/src/cairo/cairoFns.c around line 720 ===== /* some FreeType versions have broken index support, fall back to index 0 */ if (!FT_New_Face(ft_library, (const char *) file, index, &face) || (index && !FT_New_Face(ft_library, (const char *) file, 0, &face))) { FcFontSetDestroy (fs); #ifdef __APPLE__ /* FreeType is broken on OS X in that face index is often wrong (unfortunately even for Helve...
2002 Nov 28
0
Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3
...figure:8427: result: yes configure:8340: checking freetype/ftglyph.h usability configure:8349: gcc -c -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 conftest.c >&5 In file included from configure:8377: /usr/X11R6/include/freetype2/freetype/ftglyph.h:104: parse error before "FT_Library" /usr/X11R6/include/freetype2/freetype/ftglyph.h:104: warning: no semicolon at end of struct or union /usr/X11R6/include/freetype2/freetype/ftglyph.h:106: parse error before "format" /usr/X11R6/include/freetype2/freetype/ftglyph.h:106: warning: data definition has no type or storage...