Displaying 3 results from an estimated 3 matches for "ft_librari".
Did you mean:
ft_library
2014 Jan 06
4
2 bugs in R's grDevices, and fixes.
Just before the holiday, I 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
2014 Jan 06
4
2 bugs in R's grDevices, and fixes.
Just before the holiday, I 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
2002 Nov 28
0
Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3
Hi! I'm trying to build Wine-20021125 via "wineinstall" and the compile
fails with TONS of messages related to Freetype. I took a peek at the
"config.log" file and found these errors when configure was trying to
detect the freetype/ftglyph.h header:
configure:8420: checking for freetype/freetype.h
configure:8427: result: yes
configure:8340: checking freetype/ftglyph.h