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
  /* Generic list support for FreeType (specification). */
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, */
@@ -24,8 +24,8 @@
24
24
  /*************************************************************************/
25
25
 
26
26
 
27
- #ifndef __FTLIST_H__
28
- #define __FTLIST_H__
27
+ #ifndef FTLIST_H_
28
+ #define FTLIST_H_
29
29
 
30
30
 
31
31
  #include <ft2build.h>
@@ -270,7 +270,7 @@ FT_BEGIN_HEADER
270
270
 
271
271
  FT_END_HEADER
272
272
 
273
- #endif /* __FTLIST_H__ */
273
+ #endif /* FTLIST_H_ */
274
274
 
275
275
 
276
276
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* LZW-compressed stream support. */
6
6
  /* */
7
- /* Copyright 2004-2015 by */
7
+ /* Copyright 2004-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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FTLZW_H__
20
- #define __FTLZW_H__
19
+ #ifndef FTLZW_H_
20
+ #define FTLZW_H_
21
21
 
22
22
  #include <ft2build.h>
23
23
  #include FT_FREETYPE_H
@@ -93,7 +93,7 @@ FT_BEGIN_HEADER
93
93
 
94
94
  FT_END_HEADER
95
95
 
96
- #endif /* __FTLZW_H__ */
96
+ #endif /* FTLZW_H_ */
97
97
 
98
98
 
99
99
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* Additional Mac-specific API. */
6
6
  /* */
7
- /* Copyright 1996-2015 by */
7
+ /* Copyright 1996-2016 by */
8
8
  /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */
9
9
  /* */
10
10
  /* This file is part of the FreeType project, and may only be used, */
@@ -25,8 +25,8 @@
25
25
  /***************************************************************************/
26
26
 
27
27
 
28
- #ifndef __FTMAC_H__
29
- #define __FTMAC_H__
28
+ #ifndef FTMAC_H_
29
+ #define FTMAC_H_
30
30
 
31
31
 
32
32
  #include <ft2build.h>
@@ -268,7 +268,7 @@ FT_BEGIN_HEADER
268
268
  FT_END_HEADER
269
269
 
270
270
 
271
- #endif /* __FTMAC_H__ */
271
+ #endif /* FTMAC_H_ */
272
272
 
273
273
 
274
274
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType Multiple Master font interface (specification). */
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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FTMM_H__
20
- #define __FTMM_H__
19
+ #ifndef FTMM_H_
20
+ #define FTMM_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -203,9 +203,13 @@ FT_BEGIN_HEADER
203
203
  /* */
204
204
  /* axis :: An axis descriptor table. */
205
205
  /* GX fonts contain slightly more data than MM. */
206
+ /* Memory management of this pointer is done */
207
+ /* internally by FreeType. */
206
208
  /* */
207
209
  /* namedstyle :: A named style table. */
208
210
  /* Only meaningful with GX. */
211
+ /* Memory management of this pointer is done */
212
+ /* internally by FreeType. */
209
213
  /* */
210
214
  typedef struct FT_MM_Var_
211
215
  {
@@ -255,7 +259,8 @@ FT_BEGIN_HEADER
255
259
  /* */
256
260
  /* <Output> */
257
261
  /* amaster :: The Multiple Masters/GX var descriptor. */
258
- /* Allocates a data structure, which the user must free. */
262
+ /* Allocates a data structure, which the user must */
263
+ /* deallocate with `free' after use. */
259
264
  /* */
260
265
  /* <Return> */
261
266
  /* FreeType error code. 0~means success. */
@@ -373,7 +378,7 @@ FT_BEGIN_HEADER
373
378
 
374
379
  FT_END_HEADER
375
380
 
376
- #endif /* __FTMM_H__ */
381
+ #endif /* FTMM_H_ */
377
382
 
378
383
 
379
384
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType modules public interface (specification). */
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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FTMODAPI_H__
20
- #define __FTMODAPI_H__
19
+ #ifndef FTMODAPI_H_
20
+ #define FTMODAPI_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -63,7 +63,7 @@ FT_BEGIN_HEADER
63
63
  /* psaux */
64
64
  /* pshinter */
65
65
  /* psnames */
66
- /* raster1, raster5 */
66
+ /* raster1 */
67
67
  /* sfnt */
68
68
  /* smooth, smooth-lcd, smooth-lcdv */
69
69
  /* truetype */
@@ -111,12 +111,14 @@ FT_BEGIN_HEADER
111
111
  #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */
112
112
  #define FT_MODULE_STYLER 8 /* this module is a styler */
113
113
 
114
- #define FT_MODULE_DRIVER_SCALABLE 0x100 /* the driver supports */
114
+ #define FT_MODULE_DRIVER_SCALABLE 0x100 /* the driver supports */
115
115
  /* scalable fonts */
116
- #define FT_MODULE_DRIVER_NO_OUTLINES 0x200 /* the driver does not */
116
+ #define FT_MODULE_DRIVER_NO_OUTLINES 0x200 /* the driver does not */
117
117
  /* support vector outlines */
118
- #define FT_MODULE_DRIVER_HAS_HINTER 0x400 /* the driver provides its */
118
+ #define FT_MODULE_DRIVER_HAS_HINTER 0x400 /* the driver provides its */
119
119
  /* own hinter */
120
+ #define FT_MODULE_DRIVER_HINTS_LIGHTLY 0x800 /* the driver's hinter */
121
+ /* produces LIGHT hints */
120
122
 
121
123
 
122
124
  /* deprecated values */
@@ -125,9 +127,10 @@ FT_BEGIN_HEADER
125
127
  #define ft_module_hinter FT_MODULE_HINTER
126
128
  #define ft_module_styler FT_MODULE_STYLER
127
129
 
128
- #define ft_module_driver_scalable FT_MODULE_DRIVER_SCALABLE
129
- #define ft_module_driver_no_outlines FT_MODULE_DRIVER_NO_OUTLINES
130
- #define ft_module_driver_has_hinter FT_MODULE_DRIVER_HAS_HINTER
130
+ #define ft_module_driver_scalable FT_MODULE_DRIVER_SCALABLE
131
+ #define ft_module_driver_no_outlines FT_MODULE_DRIVER_NO_OUTLINES
132
+ #define ft_module_driver_has_hinter FT_MODULE_DRIVER_HAS_HINTER
133
+ #define ft_module_driver_hints_lightly FT_MODULE_DRIVER_HINTS_LIGHTLY
131
134
 
132
135
 
133
136
  typedef FT_Pointer FT_Module_Interface;
@@ -610,12 +613,7 @@ FT_BEGIN_HEADER
610
613
  * The library doesn't implement any kind of bytecode interpreter.
611
614
  *
612
615
  * FT_TRUETYPE_ENGINE_TYPE_UNPATENTED ::
613
- * The library implements a bytecode interpreter that doesn't
614
- * support the patented operations of the TrueType virtual machine.
615
- *
616
- * Its main use is to load certain Asian fonts that position and
617
- * scale glyph components with bytecode instructions. It produces
618
- * bad output for most other fonts.
616
+ * Deprecated and removed.
619
617
  *
620
618
  * FT_TRUETYPE_ENGINE_TYPE_PATENTED ::
621
619
  * The library implements a bytecode interpreter that covers
@@ -663,7 +661,7 @@ FT_BEGIN_HEADER
663
661
 
664
662
  FT_END_HEADER
665
663
 
666
- #endif /* __FTMODAPI_H__ */
664
+ #endif /* FTMODAPI_H_ */
667
665
 
668
666
 
669
667
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType module error offsets (specification). */
6
6
  /* */
7
- /* Copyright 2001-2015 by */
7
+ /* Copyright 2001-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, */
@@ -74,7 +74,7 @@
74
74
  /* with something like */
75
75
  /* */
76
76
  /* { */
77
- /* #undef __FTMODERR_H__ */
77
+ /* #undef FTMODERR_H_ */
78
78
  /* #define FT_MODERRDEF( e, v, s ) { FT_Mod_Err_ ## e, s }, */
79
79
  /* #define FT_MODERR_START_LIST { */
80
80
  /* #define FT_MODERR_END_LIST { 0, 0 } }; */
@@ -91,8 +91,8 @@
91
91
  /*************************************************************************/
92
92
 
93
93
 
94
- #ifndef __FTMODERR_H__
95
- #define __FTMODERR_H__
94
+ #ifndef FTMODERR_H_
95
+ #define FTMODERR_H_
96
96
 
97
97
 
98
98
  /*******************************************************************/
@@ -188,7 +188,7 @@
188
188
  #undef FT_NEED_EXTERN_C
189
189
 
190
190
 
191
- #endif /* __FTMODERR_H__ */
191
+ #endif /* FTMODERR_H_ */
192
192
 
193
193
 
194
194
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType API for validating OpenType tables (specification). */
6
6
  /* */
7
- /* Copyright 2004-2015 by */
7
+ /* Copyright 2004-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, */
@@ -27,8 +27,8 @@
27
27
  /***************************************************************************/
28
28
 
29
29
 
30
- #ifndef __FTOTVAL_H__
31
- #define __FTOTVAL_H__
30
+ #ifndef FTOTVAL_H_
31
+ #define FTOTVAL_H_
32
32
 
33
33
  #include <ft2build.h>
34
34
  #include FT_FREETYPE_H
@@ -198,7 +198,7 @@ FT_BEGIN_HEADER
198
198
 
199
199
  FT_END_HEADER
200
200
 
201
- #endif /* __FTOTVAL_H__ */
201
+ #endif /* FTOTVAL_H_ */
202
202
 
203
203
 
204
204
  /* END */
@@ -5,7 +5,7 @@
5
5
  /* Support for the FT_Outline type used to store glyph shapes of */
6
6
  /* most scalable font formats (specification). */
7
7
  /* */
8
- /* Copyright 1996-2015 by */
8
+ /* Copyright 1996-2016 by */
9
9
  /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10
10
  /* */
11
11
  /* This file is part of the FreeType project, and may only be used, */
@@ -17,8 +17,8 @@
17
17
  /***************************************************************************/
18
18
 
19
19
 
20
- #ifndef __FTOUTLN_H__
21
- #define __FTOUTLN_H__
20
+ #ifndef FTOUTLN_H_
21
+ #define FTOUTLN_H_
22
22
 
23
23
 
24
24
  #include <ft2build.h>
@@ -354,8 +354,8 @@ FT_BEGIN_HEADER
354
354
  /* */
355
355
  /* { */
356
356
  /* FT_Load_Glyph( face, index, FT_LOAD_DEFAULT ); */
357
- /* if ( face->slot->format == FT_GLYPH_FORMAT_OUTLINE ) */
358
- /* FT_Outline_Embolden( &face->slot->outline, strength ); */
357
+ /* if ( face->glyph->format == FT_GLYPH_FORMAT_OUTLINE ) */
358
+ /* FT_Outline_Embolden( &face->glyph->outline, strength ); */
359
359
  /* } */
360
360
  /* */
361
361
  /* To get meaningful results, font scaling values must be set with */
@@ -563,7 +563,7 @@ FT_BEGIN_HEADER
563
563
 
564
564
  FT_END_HEADER
565
565
 
566
- #endif /* __FTOUTLN_H__ */
566
+ #endif /* FTOUTLN_H_ */
567
567
 
568
568
 
569
569
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType API for accessing PFR-specific data (specification only). */
6
6
  /* */
7
- /* Copyright 2002-2015 by */
7
+ /* Copyright 2002-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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FTPFR_H__
20
- #define __FTPFR_H__
19
+ #ifndef FTPFR_H_
20
+ #define FTPFR_H_
21
21
 
22
22
  #include <ft2build.h>
23
23
  #include FT_FREETYPE_H
@@ -166,7 +166,7 @@ FT_BEGIN_HEADER
166
166
 
167
167
  FT_END_HEADER
168
168
 
169
- #endif /* __FTPFR_H__ */
169
+ #endif /* FTPFR_H_ */
170
170
 
171
171
 
172
172
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType renderer modules public interface (specification). */
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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FTRENDER_H__
20
- #define __FTRENDER_H__
19
+ #ifndef FTRENDER_H_
20
+ #define FTRENDER_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -226,7 +226,7 @@ FT_BEGIN_HEADER
226
226
 
227
227
  FT_END_HEADER
228
228
 
229
- #endif /* __FTRENDER_H__ */
229
+ #endif /* FTRENDER_H_ */
230
230
 
231
231
 
232
232
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType size objects management (specification). */
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, */
@@ -25,8 +25,8 @@
25
25
  /*************************************************************************/
26
26
 
27
27
 
28
- #ifndef __FTSIZES_H__
29
- #define __FTSIZES_H__
28
+ #ifndef FTSIZES_H_
29
+ #define FTSIZES_H_
30
30
 
31
31
 
32
32
  #include <ft2build.h>
@@ -153,7 +153,7 @@ FT_BEGIN_HEADER
153
153
 
154
154
  FT_END_HEADER
155
155
 
156
- #endif /* __FTSIZES_H__ */
156
+ #endif /* FTSIZES_H_ */
157
157
 
158
158
 
159
159
  /* END */
@@ -7,7 +7,7 @@
7
7
  /* */
8
8
  /* This is _not_ used to retrieve glyph names! */
9
9
  /* */
10
- /* Copyright 1996-2015 by */
10
+ /* Copyright 1996-2016 by */
11
11
  /* David Turner, Robert Wilhelm, and Werner Lemberg. */
12
12
  /* */
13
13
  /* This file is part of the FreeType project, and may only be used, */
@@ -19,8 +19,8 @@
19
19
  /***************************************************************************/
20
20
 
21
21
 
22
- #ifndef __FT_SFNT_NAMES_H__
23
- #define __FT_SFNT_NAMES_H__
22
+ #ifndef FTSNAMES_H_
23
+ #define FTSNAMES_H_
24
24
 
25
25
 
26
26
  #include <ft2build.h>
@@ -194,7 +194,7 @@ FT_BEGIN_HEADER
194
194
 
195
195
  FT_END_HEADER
196
196
 
197
- #endif /* __FT_SFNT_NAMES_H__ */
197
+ #endif /* FTSNAMES_H_ */
198
198
 
199
199
 
200
200
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType path stroker (specification). */
6
6
  /* */
7
- /* Copyright 2002-2015 by */
7
+ /* Copyright 2002-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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FT_STROKE_H__
20
- #define __FT_STROKE_H__
19
+ #ifndef FTSTROKE_H_
20
+ #define FTSTROKE_H_
21
21
 
22
22
  #include <ft2build.h>
23
23
  #include FT_OUTLINE_H
@@ -774,7 +774,7 @@ FT_BEGIN_HEADER
774
774
 
775
775
  FT_END_HEADER
776
776
 
777
- #endif /* __FT_STROKE_H__ */
777
+ #endif /* FTSTROKE_H_ */
778
778
 
779
779
 
780
780
  /* END */