search for: ft_new_face

Displaying 4 results from an estimated 4 matches for "ft_new_face".

2005 Jul 07
0
Problem with t@x 2005
Hi ! If i start t@x 2005 (from Buhl Data) i get the following messages in stman2005.log: err:font:OpenFontFile FT_New_Face rets 81 err:font:OpenFontFile FT_New_Face rets 81 err:font:OpenFontFile FT_New_Face rets 81 Building font metrics. This may take some time... err:syslevel:_CheckNotSysLevel Holding lock 0x7b8485a0 level 3 err:syslevel:_CheckNotSysLevel Holding lock 0x7b8485a0 level 3 err:syslevel:_EnterSysLevel (0x...
2014 Jan 06
4
2 bugs in R's grDevices, and fixes.
...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 && !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 eve...
2014 Jan 06
4
2 bugs in R's grDevices, and fixes.
...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 && !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 eve...
2001 Jul 01
1
[Wine-20010629] compilation problems with freetype
...nteger truetype.c: In function `ReadTrueTypeFile': truetype.c:499: `FT_Error' undeclared (first use in this function) truetype.c:499: parse error before `error' truetype.c:508: `error' undeclared (first use in this function) truetype.c:508: warning: implicit declaration of function `FT_New_Face' truetype.c:510: `FT_Err_Ok' undeclared (first use in this function) truetype.c:520: warning: implicit declaration of function `FT_Done_Face' truetype.c: In function `PSDRV_GetTrueTypeMetrics': truetype.c:565: `FT_Error' undeclared (first use in this function) truetype.c:565: pa...