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
@@ -5,7 +5,7 @@
5
5
  /* FreeType synthesizing code for emboldening and slanting */
6
6
  /* (specification). */
7
7
  /* */
8
- /* Copyright 2000-2015 by */
8
+ /* Copyright 2000-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, */
@@ -41,8 +41,8 @@
41
41
  /* adapted to the particular needs. */
42
42
 
43
43
 
44
- #ifndef __FTSYNTH_H__
45
- #define __FTSYNTH_H__
44
+ #ifndef FTSYNTH_H_
45
+ #define FTSYNTH_H_
46
46
 
47
47
 
48
48
  #include <ft2build.h>
@@ -78,7 +78,7 @@ FT_BEGIN_HEADER
78
78
 
79
79
  FT_END_HEADER
80
80
 
81
- #endif /* __FTSYNTH_H__ */
81
+ #endif /* FTSYNTH_H_ */
82
82
 
83
83
 
84
84
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType low-level system interface definition (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 __FTSYSTEM_H__
20
- #define __FTSYSTEM_H__
19
+ #ifndef FTSYSTEM_H_
20
+ #define FTSYSTEM_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -349,7 +349,7 @@ FT_BEGIN_HEADER
349
349
 
350
350
  FT_END_HEADER
351
351
 
352
- #endif /* __FTSYSTEM_H__ */
352
+ #endif /* FTSYSTEM_H_ */
353
353
 
354
354
 
355
355
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType trigonometric functions (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, */
@@ -16,8 +16,8 @@
16
16
  /***************************************************************************/
17
17
 
18
18
 
19
- #ifndef __FTTRIGON_H__
20
- #define __FTTRIGON_H__
19
+ #ifndef FTTRIGON_H_
20
+ #define FTTRIGON_H_
21
21
 
22
22
  #include FT_FREETYPE_H
23
23
 
@@ -225,8 +225,8 @@ FT_BEGIN_HEADER
225
225
  *
226
226
  * @description:
227
227
  * Return the unit vector corresponding to a given angle. After the
228
- * call, the value of `vec.x' will be `sin(angle)', and the value of
229
- * `vec.y' will be `cos(angle)'.
228
+ * call, the value of `vec.x' will be `cos(angle)', and the value of
229
+ * `vec.y' will be `sin(angle)'.
230
230
  *
231
231
  * This function is useful to retrieve both the sinus and cosinus of a
232
232
  * given angle quickly.
@@ -344,7 +344,7 @@ FT_BEGIN_HEADER
344
344
 
345
345
  FT_END_HEADER
346
346
 
347
- #endif /* __FTTRIGON_H__ */
347
+ #endif /* FTTRIGON_H_ */
348
348
 
349
349
 
350
350
  /* END */
@@ -5,7 +5,7 @@
5
5
  /* FreeType API for controlling the TrueType driver */
6
6
  /* (specification only). */
7
7
  /* */
8
- /* Copyright 2013-2015 by */
8
+ /* Copyright 2013-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 __FTTTDRV_H__
21
- #define __FTTTDRV_H__
20
+ #ifndef FTTTDRV_H_
21
+ #define FTTTDRV_H_
22
22
 
23
23
  #include <ft2build.h>
24
24
  #include FT_FREETYPE_H
@@ -52,6 +52,83 @@ FT_BEGIN_HEADER
52
52
  *
53
53
  * The TrueType driver's module name is `truetype'.
54
54
  *
55
+ * We start with a list of definitions, kindly provided by Greg
56
+ * Hitchcock.
57
+ *
58
+ * _Bi-Level_ _Rendering_
59
+ *
60
+ * Monochromatic rendering, exclusively used in the early days of
61
+ * TrueType by both Apple and Microsoft. Microsoft's GDI interface
62
+ * supported hinting of the right-side bearing point, such that the
63
+ * advance width could be non-linear. Most often this was done to
64
+ * achieve some level of glyph symmetry. To enable reasonable
65
+ * performance (e.g., not having to run hinting on all glyphs just to
66
+ * get the widths) there was a bit in the head table indicating if the
67
+ * side bearing was hinted, and additional tables, `hdmx' and `LTSH', to
68
+ * cache hinting widths across multiple sizes and device aspect ratios.
69
+ *
70
+ * _Font_ _Smoothing_
71
+ *
72
+ * Microsoft's GDI implementation of anti-aliasing. Not traditional
73
+ * anti-aliasing as the outlines were hinted before the sampling. The
74
+ * widths matched the bi-level rendering.
75
+ *
76
+ * _ClearType_ _Rendering_
77
+ *
78
+ * Technique that uses physical subpixels to improve rendering on LCD
79
+ * (and other) displays. Because of the higher resolution, many methods
80
+ * of improving symmetry in glyphs through hinting the right-side
81
+ * bearing were no longer necessary. This lead to what GDI calls
82
+ * `natural widths' ClearType, see
83
+ * http://www.beatstamm.com/typography/RTRCh4.htm#Sec21. Since hinting
84
+ * has extra resolution, most non-linearity went away, but it is still
85
+ * possible for hints to change the advance widths in this mode.
86
+ *
87
+ * _ClearType_ _Compatible_ _Widths_
88
+ *
89
+ * One of the earliest challenges with ClearType was allowing the
90
+ * implementation in GDI to be selected without requiring all UI and
91
+ * documents to reflow. To address this, a compatible method of
92
+ * rendering ClearType was added where the font hints are executed once
93
+ * to determine the width in bi-level rendering, and then re-run in
94
+ * ClearType, with the difference in widths being absorbed in the font
95
+ * hints for ClearType (mostly in the white space of hints); see
96
+ * http://www.beatstamm.com/typography/RTRCh4.htm#Sec20. Somewhat by
97
+ * definition, compatible width ClearType allows for non-linear widths,
98
+ * but only when the bi-level version has non-linear widths.
99
+ *
100
+ * _ClearType_ _Subpixel_ _Positioning_
101
+ *
102
+ * One of the nice benefits of ClearType is the ability to more crisply
103
+ * display fractional widths; unfortunately, the GDI model of integer
104
+ * bitmaps did not support this. However, the WPF and Direct Write
105
+ * frameworks do support fractional widths. DWrite calls this `natural
106
+ * mode', not to be confused with GDI's `natural widths'. Subpixel
107
+ * positioning, in the current implementation of Direct Write,
108
+ * unfortunately does not support hinted advance widths, see
109
+ * http://www.beatstamm.com/typography/RTRCh4.htm#Sec22. Note that the
110
+ * TrueType interpreter fully allows the advance width to be adjusted in
111
+ * this mode, just the DWrite client will ignore those changes.
112
+ *
113
+ * _ClearType_ _Backwards_ _Compatibility_
114
+ *
115
+ * This is a set of exceptions made in the TrueType interpreter to
116
+ * minimize hinting techniques that were problematic with the extra
117
+ * resolution of ClearType; see
118
+ * http://www.beatstamm.com/typography/RTRCh4.htm#Sec1 and
119
+ * http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx.
120
+ * This technique is not to be confused with ClearType compatible
121
+ * widths. ClearType backwards compatibility has no direct impact on
122
+ * changing advance widths, but there might be an indirect impact on
123
+ * disabling some deltas. This could be worked around in backwards
124
+ * compatibility mode.
125
+ *
126
+ * _Native_ _ClearType_ _Mode_
127
+ *
128
+ * (Not to be confused with `natural widths'.) This mode removes all
129
+ * the exceptions in the TrueType interpreter when running with
130
+ * ClearType. Any issues on widths would still apply, though.
131
+ *
55
132
  */
56
133
 
57
134
 
@@ -227,7 +304,7 @@ FT_BEGIN_HEADER
227
304
  FT_END_HEADER
228
305
 
229
306
 
230
- #endif /* __FTTTDRV_H__ */
307
+ #endif /* FTTTDRV_H_ */
231
308
 
232
309
 
233
310
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType simple types definitions (specification only). */
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 __FTTYPES_H__
20
- #define __FTTYPES_H__
19
+ #ifndef FTTYPES_H_
20
+ #define FTTYPES_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -596,7 +596,7 @@ FT_BEGIN_HEADER
596
596
 
597
597
  FT_END_HEADER
598
598
 
599
- #endif /* __FTTYPES_H__ */
599
+ #endif /* FTTYPES_H_ */
600
600
 
601
601
 
602
602
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType API for accessing Windows fnt-specific data. */
6
6
  /* */
7
- /* Copyright 2003-2015 by */
7
+ /* Copyright 2003-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 __FTWINFNT_H__
20
- #define __FTWINFNT_H__
19
+ #ifndef FTWINFNT_H_
20
+ #define FTWINFNT_H_
21
21
 
22
22
  #include <ft2build.h>
23
23
  #include FT_FREETYPE_H
@@ -264,7 +264,7 @@ FT_BEGIN_HEADER
264
264
 
265
265
  FT_END_HEADER
266
266
 
267
- #endif /* __FTWINFNT_H__ */
267
+ #endif /* FTWINFNT_H_ */
268
268
 
269
269
 
270
270
  /* END */
@@ -5,7 +5,7 @@
5
5
  /* Basic Type 1/Type 2 tables definitions and interface (specification */
6
6
  /* only). */
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 __T1TABLES_H__
21
- #define __T1TABLES_H__
20
+ #ifndef T1TABLES_H_
21
+ #define T1TABLES_H_
22
22
 
23
23
 
24
24
  #include <ft2build.h>
@@ -755,7 +755,7 @@ FT_BEGIN_HEADER
755
755
 
756
756
  FT_END_HEADER
757
757
 
758
- #endif /* __T1TABLES_H__ */
758
+ #endif /* T1TABLES_H_ */
759
759
 
760
760
 
761
761
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* TrueType name ID definitions (specification only). */
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 __TTNAMEID_H__
20
- #define __TTNAMEID_H__
19
+ #ifndef TTNAMEID_H_
20
+ #define TTNAMEID_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -1231,7 +1231,7 @@ FT_BEGIN_HEADER
1231
1231
 
1232
1232
  FT_END_HEADER
1233
1233
 
1234
- #endif /* __TTNAMEID_H__ */
1234
+ #endif /* TTNAMEID_H_ */
1235
1235
 
1236
1236
 
1237
1237
  /* END */
@@ -5,7 +5,7 @@
5
5
  /* Basic SFNT/TrueType tables definitions and interface */
6
6
  /* (specification only). */
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 __TTTABLES_H__
21
- #define __TTTABLES_H__
20
+ #ifndef TTTABLES_H_
21
+ #define TTTABLES_H_
22
22
 
23
23
 
24
24
  #include <ft2build.h>
@@ -823,7 +823,7 @@ FT_BEGIN_HEADER
823
823
 
824
824
  FT_END_HEADER
825
825
 
826
- #endif /* __TTTABLES_H__ */
826
+ #endif /* TTTABLES_H_ */
827
827
 
828
828
 
829
829
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* Tags for TrueType and OpenType tables (specification only). */
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 __TTAGS_H__
20
- #define __TTAGS_H__
19
+ #ifndef TTAGS_H_
20
+ #define TTAGS_H_
21
21
 
22
22
 
23
23
  #include <ft2build.h>
@@ -105,7 +105,7 @@ FT_BEGIN_HEADER
105
105
 
106
106
  FT_END_HEADER
107
107
 
108
- #endif /* __TTAGS_H__ */
108
+ #endif /* TTAGS_H_ */
109
109
 
110
110
 
111
111
  /* END */
@@ -2,9 +2,10 @@
2
2
  /* */
3
3
  /* ttunpat.h */
4
4
  /* */
5
- /* Definitions for the unpatented TrueType hinting system */
5
+ /* Definitions for the unpatented TrueType hinting system. */
6
+ /* Obsolete, retained for backwards compatibility. */
6
7
  /* */
7
- /* Copyright 2003-2015 by */
8
+ /* Copyright 2003-2016 by */
8
9
  /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9
10
  /* */
10
11
  /* Written by Graham Asher <graham.asher@btinternet.com> */
@@ -18,8 +19,8 @@
18
19
  /***************************************************************************/
19
20
 
20
21
 
21
- #ifndef __TTUNPAT_H__
22
- #define __TTUNPAT_H__
22
+ #ifndef TTUNPAT_H_
23
+ #define TTUNPAT_H_
23
24
 
24
25
 
25
26
  #include <ft2build.h>
@@ -41,9 +42,11 @@ FT_BEGIN_HEADER
41
42
  * FT_PARAM_TAG_UNPATENTED_HINTING
42
43
  *
43
44
  * @description:
44
- * A constant used as the tag of an @FT_Parameter structure to indicate
45
- * that unpatented methods only should be used by the TrueType bytecode
46
- * interpreter for a typeface opened by @FT_Open_Face.
45
+ * Deprecated.
46
+ *
47
+ * Previously: A constant used as the tag of an @FT_Parameter structure to
48
+ * indicate that unpatented methods only should be used by the TrueType
49
+ * bytecode interpreter for a typeface opened by @FT_Open_Face.
47
50
  *
48
51
  */
49
52
  #define FT_PARAM_TAG_UNPATENTED_HINTING FT_MAKE_TAG( 'u', 'n', 'p', 'a' )
@@ -54,7 +57,7 @@ FT_BEGIN_HEADER
54
57
  FT_END_HEADER
55
58
 
56
59
 
57
- #endif /* __TTUNPAT_H__ */
60
+ #endif /* TTUNPAT_H_ */
58
61
 
59
62
 
60
63
  /* END */
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* FreeType 2 build and setup macros. */
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, */
@@ -31,12 +31,12 @@
31
31
  /*************************************************************************/
32
32
 
33
33
 
34
- #ifndef __FT2BUILD_H__
35
- #define __FT2BUILD_H__
34
+ #ifndef FT2BUILD_H_
35
+ #define FT2BUILD_H_
36
36
 
37
- #include <config/ftheader.h>
37
+ #include <freetype/config/ftheader.h>
38
38
 
39
- #endif /* __FT2BUILD_H__ */
39
+ #endif /* FT2BUILD_H_ */
40
40
 
41
41
 
42
42
  /* END */