cairo 1.12.6-x86-mingw32 → 1.12.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/Gemfile +1 -1
- data/NEWS +24 -0
- data/README.rdoc +1 -1
- data/Rakefile +57 -14
- data/ext/cairo/rb_cairo.h +1 -1
- data/ext/cairo/rb_cairo_surface.c +2 -0
- data/lib/1.9/cairo.so +0 -0
- data/lib/2.0/cairo.so +0 -0
- data/lib/2.1/cairo.so +0 -0
- data/lib/cairo/papers.rb +24 -0
- data/test/test_image_surface.rb +28 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +6 -10
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +259 -53
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +4 -20
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +16 -0
- data/vendor/local/etc/fonts/conf.d/README +3 -3
- data/vendor/local/etc/fonts/fonts.conf +1 -1
- data/vendor/local/include/cairo/cairo-gobject.h +4 -0
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/fontconfig/fcprivate.h +2 -1
- data/vendor/local/include/fontconfig/fontconfig.h +7 -3
- data/vendor/local/include/freetype2/{freetype/config → config}/ftconfig.h +105 -13
- data/vendor/local/include/freetype2/{freetype/config → config}/ftheader.h +71 -58
- data/vendor/local/include/freetype2/{freetype/config → config}/ftmodule.h +0 -0
- data/vendor/local/include/freetype2/{freetype/config → config}/ftoption.h +41 -35
- data/vendor/local/include/freetype2/{freetype/config → config}/ftstdlib.h +0 -0
- data/vendor/local/include/freetype2/{freetype/freetype.h → freetype.h} +83 -40
- data/vendor/local/include/freetype2/ft2build.h +42 -0
- data/vendor/local/include/freetype2/{freetype/ftadvanc.h → ftadvanc.h} +14 -11
- data/vendor/local/include/freetype2/{freetype/ftautoh.h → ftautoh.h} +11 -3
- data/vendor/local/include/freetype2/{freetype/ftbbox.h → ftbbox.h} +3 -3
- data/vendor/local/include/freetype2/{freetype/ftbdf.h → ftbdf.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftbitmap.h → ftbitmap.h} +4 -4
- data/vendor/local/include/freetype2/{freetype/ftbzip2.h → ftbzip2.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftcache.h → ftcache.h} +4 -87
- data/vendor/local/include/freetype2/ftcffdrv.h +254 -0
- data/vendor/local/include/freetype2/{freetype/ftchapters.h → ftchapters.h} +4 -16
- data/vendor/local/include/freetype2/{freetype/ftcid.h → ftcid.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/fterrdef.h → fterrdef.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/fterrors.h → fterrors.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftgasp.h → ftgasp.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftglyph.h → ftglyph.h} +5 -5
- data/vendor/local/include/freetype2/{freetype/ftgxval.h → ftgxval.h} +5 -5
- data/vendor/local/include/freetype2/{freetype/ftgzip.h → ftgzip.h} +48 -1
- data/vendor/local/include/freetype2/{freetype/ftimage.h → ftimage.h} +20 -11
- data/vendor/local/include/freetype2/{freetype/ftincrem.h → ftincrem.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftlcdfil.h → ftlcdfil.h} +3 -3
- data/vendor/local/include/freetype2/{freetype/ftlist.h → ftlist.h} +6 -6
- data/vendor/local/include/freetype2/{freetype/ftlzw.h → ftlzw.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftmac.h → ftmac.h} +3 -3
- data/vendor/local/include/freetype2/{freetype/ftmm.h → ftmm.h} +3 -4
- data/vendor/local/include/freetype2/{freetype/ftmodapi.h → ftmodapi.h} +15 -8
- data/vendor/local/include/freetype2/{freetype/ftmoderr.h → ftmoderr.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftotval.h → ftotval.h} +3 -3
- data/vendor/local/include/freetype2/{freetype/ftoutln.h → ftoutln.h} +16 -7
- data/vendor/local/include/freetype2/{freetype/ftpfr.h → ftpfr.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftrender.h → ftrender.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftsizes.h → ftsizes.h} +2 -2
- data/vendor/local/include/freetype2/{freetype/ftsnames.h → ftsnames.h} +3 -3
- data/vendor/local/include/freetype2/{freetype/ftstroke.h → ftstroke.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ftsynth.h → ftsynth.h} +2 -2
- data/vendor/local/include/freetype2/{freetype/ftsystem.h → ftsystem.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/fttrigon.h → fttrigon.h} +0 -0
- data/vendor/local/include/freetype2/ftttdrv.h +170 -0
- data/vendor/local/include/freetype2/{freetype/fttypes.h → fttypes.h} +3 -3
- data/vendor/local/include/freetype2/{freetype/ftwinfnt.h → ftwinfnt.h} +4 -3
- data/vendor/local/include/freetype2/{freetype/ftxf86.h → ftxf86.h} +2 -2
- data/vendor/local/include/freetype2/{freetype/t1tables.h → t1tables.h} +0 -0
- data/vendor/local/include/freetype2/{freetype/ttnameid.h → ttnameid.h} +2 -2
- data/vendor/local/include/freetype2/{freetype/tttables.h → tttables.h} +24 -14
- data/vendor/local/include/freetype2/{freetype/tttags.h → tttags.h} +5 -1
- data/vendor/local/include/freetype2/{freetype/ttunpat.h → ttunpat.h} +0 -0
- data/vendor/local/include/libpng16/png.h +30 -12
- data/vendor/local/include/libpng16/pngconf.h +2 -1
- data/vendor/local/include/libpng16/pnglibconf.h +3 -3
- data/vendor/local/include/pixman-1/pixman-version.h +3 -3
- data/vendor/local/include/pixman-1/pixman.h +1 -1
- data/vendor/local/include/png.h +30 -12
- data/vendor/local/include/pngconf.h +2 -1
- data/vendor/local/include/pnglibconf.h +3 -3
- data/vendor/local/lib/fontconfig.def +2 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +3 -3
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +3 -3
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +3 -3
- data/vendor/local/lib/libfontconfig.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +3 -3
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +3 -3
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.la +4 -4
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/fontconfig.pc +6 -4
- data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +259 -53
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +4 -20
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +16 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +8 -8
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +0 -8
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +11 -11
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +13 -13
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
- data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
- data/vendor/local/share/license/fontconfig/README +83 -2
- data/vendor/local/share/license/freetype/README +5 -5
- data/vendor/local/share/license/freetype/README.git +5 -1
- data/vendor/local/share/license/libpng/README +18 -18
- data/vendor/local/share/man/man3/libpng.3 +136 -54
- data/vendor/local/share/man/man3/libpngpf.3 +2 -2
- data/vendor/local/share/man/man5/png.5 +1 -1
- metadata +74 -80
- data/vendor/local/etc/fonts/fonts.conf.bak +0 -155
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +0 -150
- data/vendor/local/include/ft2build.h +0 -61
@@ -1,150 +0,0 @@
|
|
1
|
-
/***************************************************************************/
|
2
|
-
/* */
|
3
|
-
/* ftcffdrv.h */
|
4
|
-
/* */
|
5
|
-
/* FreeType API for controlling the CFF driver (specification only). */
|
6
|
-
/* */
|
7
|
-
/* Copyright 2013 by */
|
8
|
-
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
9
|
-
/* */
|
10
|
-
/* This file is part of the FreeType project, and may only be used, */
|
11
|
-
/* modified, and distributed under the terms of the FreeType project */
|
12
|
-
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
13
|
-
/* this file you indicate that you have read the license and */
|
14
|
-
/* understand and accept it fully. */
|
15
|
-
/* */
|
16
|
-
/***************************************************************************/
|
17
|
-
|
18
|
-
|
19
|
-
#ifndef __FTCFFDRV_H__
|
20
|
-
#define __FTCFFDRV_H__
|
21
|
-
|
22
|
-
#include <ft2build.h>
|
23
|
-
#include FT_FREETYPE_H
|
24
|
-
|
25
|
-
#ifdef FREETYPE_H
|
26
|
-
#error "freetype.h of FreeType 1 has been loaded!"
|
27
|
-
#error "Please fix the directory search order for header files"
|
28
|
-
#error "so that freetype.h of FreeType 2 is found first."
|
29
|
-
#endif
|
30
|
-
|
31
|
-
|
32
|
-
FT_BEGIN_HEADER
|
33
|
-
|
34
|
-
|
35
|
-
/**************************************************************************
|
36
|
-
*
|
37
|
-
* @section:
|
38
|
-
* cff_driver
|
39
|
-
*
|
40
|
-
* @title:
|
41
|
-
* The CFF driver
|
42
|
-
*
|
43
|
-
* @abstract:
|
44
|
-
* Controlling the CFF driver module.
|
45
|
-
*
|
46
|
-
* @description:
|
47
|
-
* While FreeType's CFF driver doesn't expose API functions by itself,
|
48
|
-
* it is possible to control its behaviour with @FT_Property_Set and
|
49
|
-
* @FT_Property_Get. The following lists the available properties
|
50
|
-
* together with the necessary macros and structures.
|
51
|
-
*
|
52
|
-
* The CFF driver's module name is `cff'.
|
53
|
-
*
|
54
|
-
*/
|
55
|
-
|
56
|
-
|
57
|
-
/**************************************************************************
|
58
|
-
*
|
59
|
-
* @property:
|
60
|
-
* hinting-engine
|
61
|
-
*
|
62
|
-
* @description:
|
63
|
-
* Thanks to Adobe, which contributed a new hinting (and parsing)
|
64
|
-
* engine, an application can select between `freetype' and `adobe'.
|
65
|
-
*
|
66
|
-
* Right now, the default engine is `freetype'. However, this will
|
67
|
-
* change: After a certain time of intensive testing it is planned to
|
68
|
-
* make `adobe' the default due to its superior rendering results.
|
69
|
-
*
|
70
|
-
* The following example code demonstrates how to select Adobe's hinting
|
71
|
-
* engine (omitting the error handling).
|
72
|
-
*
|
73
|
-
* {
|
74
|
-
* FT_Library library;
|
75
|
-
* FT_Face face;
|
76
|
-
* FT_UInt hinting_engine = FT_CFF_HINTING_ADOBE;
|
77
|
-
*
|
78
|
-
*
|
79
|
-
* FT_Init_FreeType( &library );
|
80
|
-
*
|
81
|
-
* FT_Property_Set( library, "cff",
|
82
|
-
* "hinting-engine", &hinting_engine );
|
83
|
-
* }
|
84
|
-
*
|
85
|
-
* @note:
|
86
|
-
* This property can be used with @FT_Property_Get also.
|
87
|
-
*
|
88
|
-
*/
|
89
|
-
|
90
|
-
|
91
|
-
/**************************************************************************
|
92
|
-
*
|
93
|
-
* @enum:
|
94
|
-
* FT_CFF_HINTING_XXX
|
95
|
-
*
|
96
|
-
* @description:
|
97
|
-
* A list of constants used for the @hinting-engine property to select
|
98
|
-
* the hinting engine for CFF fonts.
|
99
|
-
*
|
100
|
-
* @values:
|
101
|
-
* FT_CFF_HINTING_FREETYPE ::
|
102
|
-
* Use the old FreeType hinting engine.
|
103
|
-
*
|
104
|
-
* FT_CFF_HINTING_ADOBE ::
|
105
|
-
* Use the hinting engine contributed by Adobe.
|
106
|
-
*
|
107
|
-
*/
|
108
|
-
#define FT_CFF_HINTING_FREETYPE 0
|
109
|
-
#define FT_CFF_HINTING_ADOBE 1
|
110
|
-
|
111
|
-
|
112
|
-
/**************************************************************************
|
113
|
-
*
|
114
|
-
* @property:
|
115
|
-
* no-stem-darkening
|
116
|
-
*
|
117
|
-
* @description:
|
118
|
-
* By default, the Adobe CFF engine darkens stems at smaller sizes,
|
119
|
-
* regardless of hinting, to enhance contrast. Setting this property,
|
120
|
-
* stem darkening gets switched off.
|
121
|
-
*
|
122
|
-
* Note that stem darkening is never applied if @FT_LOAD_NO_SCALE is set.
|
123
|
-
*
|
124
|
-
* {
|
125
|
-
* FT_Library library;
|
126
|
-
* FT_Face face;
|
127
|
-
* FT_Bool no_stem_darkening = TRUE;
|
128
|
-
*
|
129
|
-
*
|
130
|
-
* FT_Init_FreeType( &library );
|
131
|
-
*
|
132
|
-
* FT_Property_Set( library, "cff",
|
133
|
-
* "no-stem-darkening", &no_stem_darkening );
|
134
|
-
* }
|
135
|
-
*
|
136
|
-
* @note:
|
137
|
-
* This property can be used with @FT_Property_Get also.
|
138
|
-
*
|
139
|
-
*/
|
140
|
-
|
141
|
-
|
142
|
-
/* */
|
143
|
-
|
144
|
-
FT_END_HEADER
|
145
|
-
|
146
|
-
|
147
|
-
#endif /* __FTCFFDRV_H__ */
|
148
|
-
|
149
|
-
|
150
|
-
/* END */
|
@@ -1,61 +0,0 @@
|
|
1
|
-
/***************************************************************************/
|
2
|
-
/* */
|
3
|
-
/* ft2build.h */
|
4
|
-
/* */
|
5
|
-
/* Build macros of the FreeType 2 library. */
|
6
|
-
/* */
|
7
|
-
/* Copyright 1996-2001, 2003, 2006 by */
|
8
|
-
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
9
|
-
/* */
|
10
|
-
/* This file is part of the FreeType project, and may only be used, */
|
11
|
-
/* modified, and distributed under the terms of the FreeType project */
|
12
|
-
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
13
|
-
/* this file you indicate that you have read the license and */
|
14
|
-
/* understand and accept it fully. */
|
15
|
-
/* */
|
16
|
-
/***************************************************************************/
|
17
|
-
|
18
|
-
|
19
|
-
/*************************************************************************/
|
20
|
-
/* */
|
21
|
-
/* This is a Unix-specific version of <ft2build.h> that should be used */
|
22
|
-
/* exclusively *after* installation of the library. */
|
23
|
-
/* */
|
24
|
-
/* It assumes that `/usr/local/include/freetype2' (or whatever is */
|
25
|
-
/* returned by the `freetype-config --cflags' or `pkg-config --cflags' */
|
26
|
-
/* command) is in your compilation include path. */
|
27
|
-
/* */
|
28
|
-
/* We don't need to do anything special in this release. However, for */
|
29
|
-
/* a future FreeType 2 release, the following installation changes will */
|
30
|
-
/* be performed: */
|
31
|
-
/* */
|
32
|
-
/* - The contents of `freetype-2.x/include/freetype' will be installed */
|
33
|
-
/* to `/usr/local/include/freetype2' instead of */
|
34
|
-
/* `/usr/local/include/freetype2/freetype'. */
|
35
|
-
/* */
|
36
|
-
/* - This file will #include <freetype2/config/ftheader.h>, instead */
|
37
|
-
/* of <freetype/config/ftheader.h>. */
|
38
|
-
/* */
|
39
|
-
/* - The contents of `ftheader.h' will be processed with `sed' to */
|
40
|
-
/* replace all `<freetype/xxx>' with `<freetype2/xxx>'. */
|
41
|
-
/* */
|
42
|
-
/* - Adding `/usr/local/include/freetype2' to your compilation include */
|
43
|
-
/* path will not be necessary anymore. */
|
44
|
-
/* */
|
45
|
-
/* These changes will be transparent to client applications which use */
|
46
|
-
/* freetype-config (or pkg-config). No modifications will be necessary */
|
47
|
-
/* to compile with the new scheme. */
|
48
|
-
/* */
|
49
|
-
/*************************************************************************/
|
50
|
-
|
51
|
-
|
52
|
-
#ifndef __FT2_BUILD_UNIX_H__
|
53
|
-
#define __FT2_BUILD_UNIX_H__
|
54
|
-
|
55
|
-
/* `<prefix>/include/freetype2' must be in your current inclusion path */
|
56
|
-
#include <freetype/config/ftheader.h>
|
57
|
-
|
58
|
-
#endif /* __FT2_BUILD_UNIX_H__ */
|
59
|
-
|
60
|
-
|
61
|
-
/* END */
|