cairo 1.14.3-x64-mingw32 → 1.14.6-x64-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.

Files changed (173) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +11 -0
  3. data/Rakefile +11 -9
  4. data/ext/cairo/rb_cairo.h +2 -2
  5. data/ext/cairo/rb_cairo_font_options.c +5 -1
  6. data/ext/cairo/rb_cairo_surface.c +28 -5
  7. data/lib/2.2/cairo.so +0 -0
  8. data/lib/2.3/cairo.so +0 -0
  9. data/test/test_font_options.rb +47 -2
  10. data/vendor/local/bin/fc-cache.exe +0 -0
  11. data/vendor/local/bin/fc-cat.exe +0 -0
  12. data/vendor/local/bin/fc-list.exe +0 -0
  13. data/vendor/local/bin/fc-match.exe +0 -0
  14. data/vendor/local/bin/fc-pattern.exe +0 -0
  15. data/vendor/local/bin/fc-query.exe +0 -0
  16. data/vendor/local/bin/fc-scan.exe +0 -0
  17. data/vendor/local/bin/fc-validate.exe +0 -0
  18. data/vendor/local/bin/freetype-config +6 -8
  19. data/vendor/local/bin/libcairo-2.dll +0 -0
  20. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  21. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  22. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  23. data/vendor/local/bin/libfreetype-6.dll +0 -0
  24. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  25. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  26. data/vendor/local/bin/libpng-config +1 -1
  27. data/vendor/local/bin/libpng16-16.dll +0 -0
  28. data/vendor/local/bin/libpng16-config +1 -1
  29. data/vendor/local/bin/libstdc++-6.dll +0 -0
  30. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  31. data/vendor/local/bin/libxml2-2.dll +0 -0
  32. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  33. data/vendor/local/bin/pngfix.exe +0 -0
  34. data/vendor/local/bin/xmlcatalog.exe +0 -0
  35. data/vendor/local/bin/xmllint.exe +0 -0
  36. data/vendor/local/bin/zlib1.dll +0 -0
  37. data/vendor/local/include/cairo/cairo-features.h +15 -0
  38. data/vendor/local/include/cairo/cairo-version.h +1 -1
  39. data/vendor/local/include/freetype2/{config → freetype/config}/ftconfig.h +15 -9
  40. data/vendor/local/include/freetype2/{config → freetype/config}/ftheader.h +64 -65
  41. data/vendor/local/include/freetype2/{config → freetype/config}/ftmodule.h +0 -0
  42. data/vendor/local/include/freetype2/{config → freetype/config}/ftoption.h +29 -64
  43. data/vendor/local/include/freetype2/{config → freetype/config}/ftstdlib.h +6 -6
  44. data/vendor/local/include/freetype2/{freetype.h → freetype/freetype.h} +270 -67
  45. data/vendor/local/include/freetype2/{ftadvanc.h → freetype/ftadvanc.h} +4 -4
  46. data/vendor/local/include/freetype2/{ftautoh.h → freetype/ftautoh.h} +59 -6
  47. data/vendor/local/include/freetype2/{ftbbox.h → freetype/ftbbox.h} +4 -4
  48. data/vendor/local/include/freetype2/{ftbdf.h → freetype/ftbdf.h} +4 -4
  49. data/vendor/local/include/freetype2/{ftbitmap.h → freetype/ftbitmap.h} +4 -4
  50. data/vendor/local/include/freetype2/{ftbzip2.h → freetype/ftbzip2.h} +4 -4
  51. data/vendor/local/include/freetype2/{ftcache.h → freetype/ftcache.h} +4 -4
  52. data/vendor/local/include/freetype2/{ftcffdrv.h → freetype/ftcffdrv.h} +8 -8
  53. data/vendor/local/include/freetype2/{ftchapters.h → freetype/ftchapters.h} +14 -0
  54. data/vendor/local/include/freetype2/{ftcid.h → freetype/ftcid.h} +4 -4
  55. data/vendor/local/include/freetype2/{fterrdef.h → freetype/fterrdef.h} +39 -12
  56. data/vendor/local/include/freetype2/{fterrors.h → freetype/fterrors.h} +73 -45
  57. data/vendor/local/include/freetype2/{ftfntfmt.h → freetype/ftfntfmt.h} +7 -4
  58. data/vendor/local/include/freetype2/{ftgasp.h → freetype/ftgasp.h} +4 -4
  59. data/vendor/local/include/freetype2/{ftglyph.h → freetype/ftglyph.h} +4 -4
  60. data/vendor/local/include/freetype2/{ftgxval.h → freetype/ftgxval.h} +4 -4
  61. data/vendor/local/include/freetype2/{ftgzip.h → freetype/ftgzip.h} +4 -4
  62. data/vendor/local/include/freetype2/{ftimage.h → freetype/ftimage.h} +6 -6
  63. data/vendor/local/include/freetype2/{ftincrem.h → freetype/ftincrem.h} +4 -4
  64. data/vendor/local/include/freetype2/{ftlcdfil.h → freetype/ftlcdfil.h} +111 -76
  65. data/vendor/local/include/freetype2/{ftlist.h → freetype/ftlist.h} +4 -4
  66. data/vendor/local/include/freetype2/{ftlzw.h → freetype/ftlzw.h} +4 -4
  67. data/vendor/local/include/freetype2/{ftmac.h → freetype/ftmac.h} +4 -4
  68. data/vendor/local/include/freetype2/{ftmm.h → freetype/ftmm.h} +10 -5
  69. data/vendor/local/include/freetype2/{ftmodapi.h → freetype/ftmodapi.h} +15 -17
  70. data/vendor/local/include/freetype2/{ftmoderr.h → freetype/ftmoderr.h} +5 -5
  71. data/vendor/local/include/freetype2/{ftotval.h → freetype/ftotval.h} +4 -4
  72. data/vendor/local/include/freetype2/{ftoutln.h → freetype/ftoutln.h} +6 -6
  73. data/vendor/local/include/freetype2/{ftpfr.h → freetype/ftpfr.h} +4 -4
  74. data/vendor/local/include/freetype2/{ftrender.h → freetype/ftrender.h} +4 -4
  75. data/vendor/local/include/freetype2/{ftsizes.h → freetype/ftsizes.h} +4 -4
  76. data/vendor/local/include/freetype2/{ftsnames.h → freetype/ftsnames.h} +4 -4
  77. data/vendor/local/include/freetype2/{ftstroke.h → freetype/ftstroke.h} +4 -4
  78. data/vendor/local/include/freetype2/{ftsynth.h → freetype/ftsynth.h} +4 -4
  79. data/vendor/local/include/freetype2/{ftsystem.h → freetype/ftsystem.h} +4 -4
  80. data/vendor/local/include/freetype2/{fttrigon.h → freetype/fttrigon.h} +6 -6
  81. data/vendor/local/include/freetype2/{ftttdrv.h → freetype/ftttdrv.h} +81 -4
  82. data/vendor/local/include/freetype2/{fttypes.h → freetype/fttypes.h} +4 -4
  83. data/vendor/local/include/freetype2/{ftwinfnt.h → freetype/ftwinfnt.h} +4 -4
  84. data/vendor/local/include/freetype2/{t1tables.h → freetype/t1tables.h} +4 -4
  85. data/vendor/local/include/freetype2/{ttnameid.h → freetype/ttnameid.h} +4 -4
  86. data/vendor/local/include/freetype2/{tttables.h → freetype/tttables.h} +4 -4
  87. data/vendor/local/include/freetype2/{tttags.h → freetype/tttags.h} +4 -4
  88. data/vendor/local/include/freetype2/{ttunpat.h → freetype/ttunpat.h} +11 -8
  89. data/vendor/local/include/freetype2/ft2build.h +5 -5
  90. data/vendor/local/include/libpng16/png.h +310 -318
  91. data/vendor/local/include/libpng16/pngconf.h +8 -8
  92. data/vendor/local/include/libpng16/pnglibconf.h +3 -4
  93. data/vendor/local/include/png.h +310 -318
  94. data/vendor/local/include/pngconf.h +8 -8
  95. data/vendor/local/include/pnglibconf.h +3 -4
  96. data/vendor/local/lib/libcairo-gobject.a +0 -0
  97. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  98. data/vendor/local/lib/libcairo-gobject.la +2 -2
  99. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  100. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  101. data/vendor/local/lib/libcairo-script-interpreter.la +1 -1
  102. data/vendor/local/lib/libcairo.a +0 -0
  103. data/vendor/local/lib/libcairo.dll.a +0 -0
  104. data/vendor/local/lib/libcairo.la +1 -1
  105. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  106. data/vendor/local/lib/libfreetype.a +0 -0
  107. data/vendor/local/lib/libfreetype.dll.a +0 -0
  108. data/vendor/local/lib/libfreetype.la +1 -1
  109. data/vendor/local/lib/libpixman-1.a +0 -0
  110. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  111. data/vendor/local/lib/libpng.a +0 -0
  112. data/vendor/local/lib/libpng.dll.a +0 -0
  113. data/vendor/local/lib/libpng.la +2 -2
  114. data/vendor/local/lib/libpng16.a +0 -0
  115. data/vendor/local/lib/libpng16.dll.a +0 -0
  116. data/vendor/local/lib/libpng16.la +2 -2
  117. data/vendor/local/lib/libxml2.a +0 -0
  118. data/vendor/local/lib/libxml2.dll.a +0 -0
  119. data/vendor/local/lib/libz.a +0 -0
  120. data/vendor/local/lib/libz.dll.a +0 -0
  121. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  124. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  125. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  126. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  127. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  128. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  129. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/freetype2.pc +3 -3
  133. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  135. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  136. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
  137. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
  138. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  139. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
  141. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
  142. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +10 -10
  144. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  145. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +1 -1
  146. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  147. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  148. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  149. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
  150. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  151. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
  152. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  153. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +12 -12
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +18 -18
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +1 -0
  160. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +52 -0
  162. data/vendor/local/share/gtk-doc/html/cairo/index.html +2 -1
  163. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +2 -2
  164. data/vendor/local/share/license/freetype/README +7 -6
  165. data/vendor/local/share/license/freetype/README.git +1 -1
  166. data/vendor/local/share/license/libpng/README +1 -1
  167. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  168. data/vendor/local/share/man/man3/libpng.3 +308 -352
  169. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  170. data/vendor/local/share/man/man5/png.5 +4 -4
  171. metadata +72 -72
  172. data/lib/2.0/cairo.so +0 -0
  173. data/lib/2.1/cairo.so +0 -0
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* Build macros of the FreeType 2 library. */
6
6
  /* */
7
- /* Copyright 1996-2015 by */
7
+ /* Copyright 1996-2016 by */
8
8
  /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9
9
  /* */
10
10
  /* This file is part of the FreeType project, and may only be used, */
@@ -15,8 +15,8 @@
15
15
  /* */
16
16
  /***************************************************************************/
17
17
 
18
- #ifndef __FT_HEADER_H__
19
- #define __FT_HEADER_H__
18
+ #ifndef FTHEADER_H_
19
+ #define FTHEADER_H_
20
20
 
21
21
 
22
22
  /*@***********************************************************************/
@@ -107,7 +107,7 @@
107
107
  *
108
108
  */
109
109
  #ifndef FT_CONFIG_CONFIG_H
110
- #define FT_CONFIG_CONFIG_H <config/ftconfig.h>
110
+ #define FT_CONFIG_CONFIG_H <freetype/config/ftconfig.h>
111
111
  #endif
112
112
 
113
113
 
@@ -122,7 +122,7 @@
122
122
  *
123
123
  */
124
124
  #ifndef FT_CONFIG_STANDARD_LIBRARY_H
125
- #define FT_CONFIG_STANDARD_LIBRARY_H <config/ftstdlib.h>
125
+ #define FT_CONFIG_STANDARD_LIBRARY_H <freetype/config/ftstdlib.h>
126
126
  #endif
127
127
 
128
128
 
@@ -137,7 +137,7 @@
137
137
  *
138
138
  */
139
139
  #ifndef FT_CONFIG_OPTIONS_H
140
- #define FT_CONFIG_OPTIONS_H <config/ftoption.h>
140
+ #define FT_CONFIG_OPTIONS_H <freetype/config/ftoption.h>
141
141
  #endif
142
142
 
143
143
 
@@ -153,7 +153,7 @@
153
153
  *
154
154
  */
155
155
  #ifndef FT_CONFIG_MODULES_H
156
- #define FT_CONFIG_MODULES_H <config/ftmodule.h>
156
+ #define FT_CONFIG_MODULES_H <freetype/config/ftmodule.h>
157
157
  #endif
158
158
 
159
159
  /* */
@@ -170,7 +170,7 @@
170
170
  * base FreeType~2 API.
171
171
  *
172
172
  */
173
- #define FT_FREETYPE_H <freetype.h>
173
+ #define FT_FREETYPE_H <freetype/freetype.h>
174
174
 
175
175
 
176
176
  /*************************************************************************
@@ -185,7 +185,7 @@
185
185
  * It is included by @FT_FREETYPE_H.
186
186
  *
187
187
  */
188
- #define FT_ERRORS_H <fterrors.h>
188
+ #define FT_ERRORS_H <freetype/fterrors.h>
189
189
 
190
190
 
191
191
  /*************************************************************************
@@ -198,7 +198,7 @@
198
198
  * list of FreeType~2 module error offsets (and messages).
199
199
  *
200
200
  */
201
- #define FT_MODULE_ERRORS_H <ftmoderr.h>
201
+ #define FT_MODULE_ERRORS_H <freetype/ftmoderr.h>
202
202
 
203
203
 
204
204
  /*************************************************************************
@@ -214,7 +214,7 @@
214
214
  * It is included by @FT_FREETYPE_H.
215
215
  *
216
216
  */
217
- #define FT_SYSTEM_H <ftsystem.h>
217
+ #define FT_SYSTEM_H <freetype/ftsystem.h>
218
218
 
219
219
 
220
220
  /*************************************************************************
@@ -230,7 +230,7 @@
230
230
  * It is included by @FT_FREETYPE_H.
231
231
  *
232
232
  */
233
- #define FT_IMAGE_H <ftimage.h>
233
+ #define FT_IMAGE_H <freetype/ftimage.h>
234
234
 
235
235
 
236
236
  /*************************************************************************
@@ -245,7 +245,7 @@
245
245
  * It is included by @FT_FREETYPE_H.
246
246
  *
247
247
  */
248
- #define FT_TYPES_H <fttypes.h>
248
+ #define FT_TYPES_H <freetype/fttypes.h>
249
249
 
250
250
 
251
251
  /*************************************************************************
@@ -260,7 +260,7 @@
260
260
  * (Most applications will never need to include this file.)
261
261
  *
262
262
  */
263
- #define FT_LIST_H <ftlist.h>
263
+ #define FT_LIST_H <freetype/ftlist.h>
264
264
 
265
265
 
266
266
  /*************************************************************************
@@ -273,7 +273,7 @@
273
273
  * scalable outline management API of FreeType~2.
274
274
  *
275
275
  */
276
- #define FT_OUTLINE_H <ftoutln.h>
276
+ #define FT_OUTLINE_H <freetype/ftoutln.h>
277
277
 
278
278
 
279
279
  /*************************************************************************
@@ -286,7 +286,7 @@
286
286
  * API which manages multiple @FT_Size objects per face.
287
287
  *
288
288
  */
289
- #define FT_SIZES_H <ftsizes.h>
289
+ #define FT_SIZES_H <freetype/ftsizes.h>
290
290
 
291
291
 
292
292
  /*************************************************************************
@@ -299,7 +299,7 @@
299
299
  * module management API of FreeType~2.
300
300
  *
301
301
  */
302
- #define FT_MODULE_H <ftmodapi.h>
302
+ #define FT_MODULE_H <freetype/ftmodapi.h>
303
303
 
304
304
 
305
305
  /*************************************************************************
@@ -312,7 +312,7 @@
312
312
  * renderer module management API of FreeType~2.
313
313
  *
314
314
  */
315
- #define FT_RENDER_H <ftrender.h>
315
+ #define FT_RENDER_H <freetype/ftrender.h>
316
316
 
317
317
 
318
318
  /*************************************************************************
@@ -325,7 +325,7 @@
325
325
  * structures and macros related to the auto-hinting module.
326
326
  *
327
327
  */
328
- #define FT_AUTOHINTER_H <ftautoh.h>
328
+ #define FT_AUTOHINTER_H <freetype/ftautoh.h>
329
329
 
330
330
 
331
331
  /*************************************************************************
@@ -338,7 +338,7 @@
338
338
  * structures and macros related to the CFF driver module.
339
339
  *
340
340
  */
341
- #define FT_CFF_DRIVER_H <ftcffdrv.h>
341
+ #define FT_CFF_DRIVER_H <freetype/ftcffdrv.h>
342
342
 
343
343
 
344
344
  /*************************************************************************
@@ -351,7 +351,7 @@
351
351
  * structures and macros related to the TrueType driver module.
352
352
  *
353
353
  */
354
- #define FT_TRUETYPE_DRIVER_H <ftttdrv.h>
354
+ #define FT_TRUETYPE_DRIVER_H <freetype/ftttdrv.h>
355
355
 
356
356
 
357
357
  /*************************************************************************
@@ -364,7 +364,7 @@
364
364
  * types and API specific to the Type~1 format.
365
365
  *
366
366
  */
367
- #define FT_TYPE1_TABLES_H <t1tables.h>
367
+ #define FT_TYPE1_TABLES_H <freetype/t1tables.h>
368
368
 
369
369
 
370
370
  /*************************************************************************
@@ -379,7 +379,7 @@
379
379
  * definitions, taken from the TrueType and OpenType specifications.
380
380
  *
381
381
  */
382
- #define FT_TRUETYPE_IDS_H <ttnameid.h>
382
+ #define FT_TRUETYPE_IDS_H <freetype/ttnameid.h>
383
383
 
384
384
 
385
385
  /*************************************************************************
@@ -392,7 +392,7 @@
392
392
  * types and API specific to the TrueType (as well as OpenType) format.
393
393
  *
394
394
  */
395
- #define FT_TRUETYPE_TABLES_H <tttables.h>
395
+ #define FT_TRUETYPE_TABLES_H <freetype/tttables.h>
396
396
 
397
397
 
398
398
  /*************************************************************************
@@ -406,7 +406,7 @@
406
406
  * SFNT-based font formats (i.e., TrueType and OpenType).
407
407
  *
408
408
  */
409
- #define FT_TRUETYPE_TAGS_H <tttags.h>
409
+ #define FT_TRUETYPE_TAGS_H <freetype/tttags.h>
410
410
 
411
411
 
412
412
  /*************************************************************************
@@ -420,7 +420,7 @@
420
420
  * face.
421
421
  *
422
422
  */
423
- #define FT_BDF_H <ftbdf.h>
423
+ #define FT_BDF_H <freetype/ftbdf.h>
424
424
 
425
425
 
426
426
  /*************************************************************************
@@ -434,7 +434,7 @@
434
434
  * face.
435
435
  *
436
436
  */
437
- #define FT_CID_H <ftcid.h>
437
+ #define FT_CID_H <freetype/ftcid.h>
438
438
 
439
439
 
440
440
  /*************************************************************************
@@ -447,7 +447,7 @@
447
447
  * definitions of an API which supports gzip-compressed files.
448
448
  *
449
449
  */
450
- #define FT_GZIP_H <ftgzip.h>
450
+ #define FT_GZIP_H <freetype/ftgzip.h>
451
451
 
452
452
 
453
453
  /*************************************************************************
@@ -460,7 +460,7 @@
460
460
  * definitions of an API which supports LZW-compressed files.
461
461
  *
462
462
  */
463
- #define FT_LZW_H <ftlzw.h>
463
+ #define FT_LZW_H <freetype/ftlzw.h>
464
464
 
465
465
 
466
466
  /*************************************************************************
@@ -473,7 +473,7 @@
473
473
  * definitions of an API which supports bzip2-compressed files.
474
474
  *
475
475
  */
476
- #define FT_BZIP2_H <ftbzip2.h>
476
+ #define FT_BZIP2_H <freetype/ftbzip2.h>
477
477
 
478
478
 
479
479
  /*************************************************************************
@@ -486,7 +486,7 @@
486
486
  * definitions of an API which supports Windows FNT files.
487
487
  *
488
488
  */
489
- #define FT_WINFONTS_H <ftwinfnt.h>
489
+ #define FT_WINFONTS_H <freetype/ftwinfnt.h>
490
490
 
491
491
 
492
492
  /*************************************************************************
@@ -499,7 +499,7 @@
499
499
  * API of the optional glyph management component.
500
500
  *
501
501
  */
502
- #define FT_GLYPH_H <ftglyph.h>
502
+ #define FT_GLYPH_H <freetype/ftglyph.h>
503
503
 
504
504
 
505
505
  /*************************************************************************
@@ -512,7 +512,7 @@
512
512
  * API of the optional bitmap conversion component.
513
513
  *
514
514
  */
515
- #define FT_BITMAP_H <ftbitmap.h>
515
+ #define FT_BITMAP_H <freetype/ftbitmap.h>
516
516
 
517
517
 
518
518
  /*************************************************************************
@@ -525,7 +525,7 @@
525
525
  * API of the optional exact bounding box computation routines.
526
526
  *
527
527
  */
528
- #define FT_BBOX_H <ftbbox.h>
528
+ #define FT_BBOX_H <freetype/ftbbox.h>
529
529
 
530
530
 
531
531
  /*************************************************************************
@@ -538,7 +538,7 @@
538
538
  * API of the optional FreeType~2 cache sub-system.
539
539
  *
540
540
  */
541
- #define FT_CACHE_H <ftcache.h>
541
+ #define FT_CACHE_H <freetype/ftcache.h>
542
542
 
543
543
 
544
544
  /*************************************************************************
@@ -612,7 +612,7 @@
612
612
  * compiled on the Mac (note that the base API still works though).
613
613
  *
614
614
  */
615
- #define FT_MAC_H <ftmac.h>
615
+ #define FT_MAC_H <freetype/ftmac.h>
616
616
 
617
617
 
618
618
  /*************************************************************************
@@ -625,7 +625,7 @@
625
625
  * optional multiple-masters management API of FreeType~2.
626
626
  *
627
627
  */
628
- #define FT_MULTIPLE_MASTERS_H <ftmm.h>
628
+ #define FT_MULTIPLE_MASTERS_H <freetype/ftmm.h>
629
629
 
630
630
 
631
631
  /*************************************************************************
@@ -639,7 +639,7 @@
639
639
  * SFNT-based font formats (i.e., TrueType and OpenType).
640
640
  *
641
641
  */
642
- #define FT_SFNT_NAMES_H <ftsnames.h>
642
+ #define FT_SFNT_NAMES_H <freetype/ftsnames.h>
643
643
 
644
644
 
645
645
  /*************************************************************************
@@ -653,7 +653,7 @@
653
653
  * GPOS, GSUB, JSTF).
654
654
  *
655
655
  */
656
- #define FT_OPENTYPE_VALIDATE_H <ftotval.h>
656
+ #define FT_OPENTYPE_VALIDATE_H <freetype/ftotval.h>
657
657
 
658
658
 
659
659
  /*************************************************************************
@@ -667,7 +667,7 @@
667
667
  * mort, morx, bsln, just, kern, opbd, trak, prop).
668
668
  *
669
669
  */
670
- #define FT_GX_VALIDATE_H <ftgxval.h>
670
+ #define FT_GX_VALIDATE_H <freetype/ftgxval.h>
671
671
 
672
672
 
673
673
  /*************************************************************************
@@ -680,7 +680,7 @@
680
680
  * FreeType~2 API which accesses PFR-specific data.
681
681
  *
682
682
  */
683
- #define FT_PFR_H <ftpfr.h>
683
+ #define FT_PFR_H <freetype/ftpfr.h>
684
684
 
685
685
 
686
686
  /*************************************************************************
@@ -692,7 +692,7 @@
692
692
  * A macro used in #include statements to name the file containing the
693
693
  * FreeType~2 API which provides functions to stroke outline paths.
694
694
  */
695
- #define FT_STROKER_H <ftstroke.h>
695
+ #define FT_STROKER_H <freetype/ftstroke.h>
696
696
 
697
697
 
698
698
  /*************************************************************************
@@ -704,7 +704,7 @@
704
704
  * A macro used in #include statements to name the file containing the
705
705
  * FreeType~2 API which performs artificial obliquing and emboldening.
706
706
  */
707
- #define FT_SYNTHESIS_H <ftsynth.h>
707
+ #define FT_SYNTHESIS_H <freetype/ftsynth.h>
708
708
 
709
709
 
710
710
  /*************************************************************************
@@ -716,7 +716,7 @@
716
716
  * A macro used in #include statements to name the file containing the
717
717
  * FreeType~2 API which provides functions specific to font formats.
718
718
  */
719
- #define FT_FONT_FORMATS_H <ftfntfmt.h>
719
+ #define FT_FONT_FORMATS_H <freetype/ftfntfmt.h>
720
720
 
721
721
  /* deprecated */
722
722
  #define FT_XFREE86_H FT_FONT_FORMATS_H
@@ -732,7 +732,7 @@
732
732
  * FreeType~2 API which performs trigonometric computations (e.g.,
733
733
  * cosines and arc tangents).
734
734
  */
735
- #define FT_TRIGONOMETRY_H <fttrigon.h>
735
+ #define FT_TRIGONOMETRY_H <freetype/fttrigon.h>
736
736
 
737
737
 
738
738
  /*************************************************************************
@@ -744,7 +744,7 @@
744
744
  * A macro used in #include statements to name the file containing the
745
745
  * FreeType~2 API which performs color filtering for subpixel rendering.
746
746
  */
747
- #define FT_LCD_FILTER_H <ftlcdfil.h>
747
+ #define FT_LCD_FILTER_H <freetype/ftlcdfil.h>
748
748
 
749
749
 
750
750
  /*************************************************************************
@@ -753,10 +753,9 @@
753
753
  * FT_UNPATENTED_HINTING_H
754
754
  *
755
755
  * @description:
756
- * A macro used in #include statements to name the file containing the
757
- * FreeType~2 API which performs color filtering for subpixel rendering.
756
+ * Deprecated.
758
757
  */
759
- #define FT_UNPATENTED_HINTING_H <ttunpat.h>
758
+ #define FT_UNPATENTED_HINTING_H <freetype/ttunpat.h>
760
759
 
761
760
 
762
761
  /*************************************************************************
@@ -766,9 +765,9 @@
766
765
  *
767
766
  * @description:
768
767
  * A macro used in #include statements to name the file containing the
769
- * FreeType~2 API which performs color filtering for subpixel rendering.
768
+ * FreeType~2 API which performs incremental glyph loading.
770
769
  */
771
- #define FT_INCREMENTAL_H <ftincrem.h>
770
+ #define FT_INCREMENTAL_H <freetype/ftincrem.h>
772
771
 
773
772
 
774
773
  /*************************************************************************
@@ -780,7 +779,7 @@
780
779
  * A macro used in #include statements to name the file containing the
781
780
  * FreeType~2 API which returns entries from the TrueType GASP table.
782
781
  */
783
- #define FT_GASP_H <ftgasp.h>
782
+ #define FT_GASP_H <freetype/ftgasp.h>
784
783
 
785
784
 
786
785
  /*************************************************************************
@@ -792,30 +791,30 @@
792
791
  * A macro used in #include statements to name the file containing the
793
792
  * FreeType~2 API which returns individual and ranged glyph advances.
794
793
  */
795
- #define FT_ADVANCES_H <ftadvanc.h>
794
+ #define FT_ADVANCES_H <freetype/ftadvanc.h>
796
795
 
797
796
 
798
797
  /* */
799
798
 
800
- #define FT_ERROR_DEFINITIONS_H <fterrdef.h>
799
+ #define FT_ERROR_DEFINITIONS_H <freetype/fterrdef.h>
801
800
 
802
801
 
803
802
  /* The internals of the cache sub-system are no longer exposed. We */
804
803
  /* default to FT_CACHE_H at the moment just in case, but we know of */
805
804
  /* no rogue client that uses them. */
806
805
  /* */
807
- #define FT_CACHE_MANAGER_H <ftcache.h>
808
- #define FT_CACHE_INTERNAL_MRU_H <ftcache.h>
809
- #define FT_CACHE_INTERNAL_MANAGER_H <ftcache.h>
810
- #define FT_CACHE_INTERNAL_CACHE_H <ftcache.h>
811
- #define FT_CACHE_INTERNAL_GLYPH_H <ftcache.h>
812
- #define FT_CACHE_INTERNAL_IMAGE_H <ftcache.h>
813
- #define FT_CACHE_INTERNAL_SBITS_H <ftcache.h>
806
+ #define FT_CACHE_MANAGER_H <freetype/ftcache.h>
807
+ #define FT_CACHE_INTERNAL_MRU_H <freetype/ftcache.h>
808
+ #define FT_CACHE_INTERNAL_MANAGER_H <freetype/ftcache.h>
809
+ #define FT_CACHE_INTERNAL_CACHE_H <freetype/ftcache.h>
810
+ #define FT_CACHE_INTERNAL_GLYPH_H <freetype/ftcache.h>
811
+ #define FT_CACHE_INTERNAL_IMAGE_H <freetype/ftcache.h>
812
+ #define FT_CACHE_INTERNAL_SBITS_H <freetype/ftcache.h>
814
813
 
815
814
 
816
- #define FT_INCREMENTAL_H <ftincrem.h>
815
+ #define FT_INCREMENTAL_H <freetype/ftincrem.h>
817
816
 
818
- #define FT_TRUETYPE_UNPATENTED_H <ttunpat.h>
817
+ #define FT_TRUETYPE_UNPATENTED_H <freetype/ttunpat.h>
819
818
 
820
819
 
821
820
  /*
@@ -823,12 +822,12 @@
823
822
  * only when building the library.
824
823
  */
825
824
  #ifdef FT2_BUILD_LIBRARY
826
- #define FT_INTERNAL_INTERNAL_H <internal/internal.h>
825
+ #define FT_INTERNAL_INTERNAL_H <freetype/internal/internal.h>
827
826
  #include FT_INTERNAL_INTERNAL_H
828
827
  #endif /* FT2_BUILD_LIBRARY */
829
828
 
830
829
 
831
- #endif /* __FT2_BUILD_H__ */
830
+ #endif /* FTHEADER_H_ */
832
831
 
833
832
 
834
833
  /* END */