@img/sharp-libvips-dev 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/include/aom/aom.h +1 -1
  2. package/include/aom/aom_codec.h +4 -4
  3. package/include/aom/aom_decoder.h +1 -1
  4. package/include/aom/aom_encoder.h +3 -1
  5. package/include/aom/aom_external_partition.h +1 -1
  6. package/include/aom/aom_frame_buffer.h +1 -1
  7. package/include/aom/aom_image.h +1 -1
  8. package/include/aom/aom_integer.h +1 -9
  9. package/include/aom/aomcx.h +47 -4
  10. package/include/aom/aomdx.h +1 -1
  11. package/include/archive.h +2 -2
  12. package/include/archive_entry.h +7 -1
  13. package/include/cairo/cairo-version.h +1 -1
  14. package/include/expat.h +1 -1
  15. package/include/expat_config.h +3 -6
  16. package/include/freetype2/freetype/config/ftconfig.h +1 -1
  17. package/include/freetype2/freetype/config/ftheader.h +1 -1
  18. package/include/freetype2/freetype/config/ftoption.h +17 -1
  19. package/include/freetype2/freetype/config/ftstdlib.h +1 -1
  20. package/include/freetype2/freetype/config/integer-types.h +1 -1
  21. package/include/freetype2/freetype/config/mac-support.h +1 -1
  22. package/include/freetype2/freetype/config/public-macros.h +1 -1
  23. package/include/freetype2/freetype/freetype.h +35 -83
  24. package/include/freetype2/freetype/ftadvanc.h +1 -1
  25. package/include/freetype2/freetype/ftbbox.h +1 -1
  26. package/include/freetype2/freetype/ftbdf.h +1 -1
  27. package/include/freetype2/freetype/ftbitmap.h +1 -1
  28. package/include/freetype2/freetype/ftbzip2.h +1 -1
  29. package/include/freetype2/freetype/ftcache.h +1 -1
  30. package/include/freetype2/freetype/ftcid.h +1 -1
  31. package/include/freetype2/freetype/ftcolor.h +1 -1
  32. package/include/freetype2/freetype/ftdriver.h +75 -1
  33. package/include/freetype2/freetype/fterrdef.h +1 -1
  34. package/include/freetype2/freetype/fterrors.h +1 -1
  35. package/include/freetype2/freetype/ftfntfmt.h +1 -1
  36. package/include/freetype2/freetype/ftgasp.h +1 -1
  37. package/include/freetype2/freetype/ftglyph.h +1 -1
  38. package/include/freetype2/freetype/ftgxval.h +1 -1
  39. package/include/freetype2/freetype/ftgzip.h +1 -1
  40. package/include/freetype2/freetype/ftimage.h +17 -12
  41. package/include/freetype2/freetype/ftincrem.h +1 -1
  42. package/include/freetype2/freetype/ftlcdfil.h +1 -1
  43. package/include/freetype2/freetype/ftlist.h +1 -1
  44. package/include/freetype2/freetype/ftlzw.h +1 -1
  45. package/include/freetype2/freetype/ftmac.h +1 -1
  46. package/include/freetype2/freetype/ftmm.h +31 -2
  47. package/include/freetype2/freetype/ftmodapi.h +1 -1
  48. package/include/freetype2/freetype/ftmoderr.h +1 -1
  49. package/include/freetype2/freetype/ftotval.h +1 -1
  50. package/include/freetype2/freetype/ftoutln.h +2 -2
  51. package/include/freetype2/freetype/ftparams.h +1 -1
  52. package/include/freetype2/freetype/ftpfr.h +1 -1
  53. package/include/freetype2/freetype/ftrender.h +1 -1
  54. package/include/freetype2/freetype/ftsizes.h +1 -1
  55. package/include/freetype2/freetype/ftsnames.h +1 -1
  56. package/include/freetype2/freetype/ftstroke.h +1 -1
  57. package/include/freetype2/freetype/ftsynth.h +1 -1
  58. package/include/freetype2/freetype/ftsystem.h +1 -1
  59. package/include/freetype2/freetype/fttrigon.h +1 -1
  60. package/include/freetype2/freetype/fttypes.h +1 -1
  61. package/include/freetype2/freetype/ftwinfnt.h +1 -1
  62. package/include/freetype2/freetype/otsvg.h +1 -1
  63. package/include/freetype2/freetype/t1tables.h +1 -59
  64. package/include/freetype2/freetype/ttnameid.h +1 -1
  65. package/include/freetype2/freetype/tttables.h +4 -3
  66. package/include/freetype2/freetype/tttags.h +1 -1
  67. package/include/freetype2/ft2build.h +1 -1
  68. package/include/fribidi/fribidi-config.h +2 -2
  69. package/include/fribidi/fribidi-unicode-version.h +3 -3
  70. package/include/gio-unix-2.0/gio/gunixmounts.h +11 -2
  71. package/include/glib-2.0/gio/gioenums.h +2 -2
  72. package/include/glib-2.0/glib/gmain.h +52 -47
  73. package/include/glib-2.0/glib/gstring.h +4 -0
  74. package/include/glib-2.0/gobject/gobjectnotifyqueue.c +2 -2
  75. package/include/harfbuzz/hb-buffer.h +7 -0
  76. package/include/harfbuzz/hb-common.h +18 -0
  77. package/include/harfbuzz/hb-face.h +28 -0
  78. package/include/harfbuzz/hb-version.h +3 -3
  79. package/include/libpng16/png.h +13 -13
  80. package/include/libpng16/pngconf.h +4 -4
  81. package/include/libpng16/pnglibconf.h +1 -1
  82. package/include/librsvg-2.0/librsvg/rsvg-version.h +3 -3
  83. package/include/librsvg-2.0/librsvg/rsvg.h +2 -0
  84. package/include/libxml2/libxml/xmlexports.h +2 -2
  85. package/include/libxml2/libxml/xmlversion.h +4 -4
  86. package/include/png.h +13 -13
  87. package/include/pngconf.h +4 -4
  88. package/include/pnglibconf.h +1 -1
  89. package/include/tiffio.h +11 -11
  90. package/include/tiffvers.h +4 -4
  91. package/include/vips/version.h +4 -4
  92. package/include/zlib.h +3 -3
  93. package/package.json +1 -1
  94. package/versions.json +14 -14
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for controlling driver modules (specification only).
6
6
  *
7
- * Copyright (C) 2017-2023 by
7
+ * Copyright (C) 2017-2024 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,
@@ -817,6 +817,80 @@ FT_BEGIN_HEADER
817
817
  * 2.5
818
818
  */
819
819
 
820
+
821
+ /**************************************************************************
822
+ *
823
+ * @property:
824
+ * spread
825
+ *
826
+ * @description:
827
+ * This property of the 'sdf' and 'bsdf' renderers defines how the signed
828
+ * distance field (SDF) is represented in the output bitmap. The output
829
+ * values are calculated as follows, '128 * ( SDF / spread + 1 )', with
830
+ * the result clamped to the 8-bit range [0..255]. Therefore, 'spread'
831
+ * is also the maximum euclidean distance from the edge after which the
832
+ * values are clamped. The spread is specified in pixels with the
833
+ * default value of 8. For accurate SDF texture mapping (interpolation),
834
+ * the spread should be large enough to accommodate the target grid unit.
835
+ *
836
+ * @example:
837
+ * The following example code demonstrates how to set the SDF spread
838
+ * (omitting the error handling).
839
+ *
840
+ * ```
841
+ * FT_Library library;
842
+ * FT_Int spread = 2;
843
+ *
844
+ *
845
+ * FT_Init_FreeType( &library );
846
+ *
847
+ * FT_Property_Set( library, "sdf", "spread", &spread );
848
+ * ```
849
+ *
850
+ * @note:
851
+ * FreeType has two rasterizers for generating SDF, namely:
852
+ *
853
+ * 1. `sdf` for generating SDF directly from glyph's outline, and
854
+ *
855
+ * 2. `bsdf` for generating SDF from rasterized bitmaps.
856
+ *
857
+ * Depending on the glyph type (i.e., outline or bitmap), one of the two
858
+ * rasterizers is chosen at runtime and used for generating SDFs. To
859
+ * force the use of `bsdf` you should render the glyph with any of the
860
+ * FreeType's other rendering modes (e.g., `FT_RENDER_MODE_NORMAL`) and
861
+ * then re-render with `FT_RENDER_MODE_SDF`.
862
+ *
863
+ * There are some issues with stability and possible failures of the SDF
864
+ * renderers (specifically `sdf`).
865
+ *
866
+ * 1. The `sdf` rasterizer is sensitive to really small features (e.g.,
867
+ * sharp turns that are less than 1~pixel) and imperfections in the
868
+ * glyph's outline, causing artifacts in the final output.
869
+ *
870
+ * 2. The `sdf` rasterizer has limited support for handling intersecting
871
+ * contours and *cannot* handle self-intersecting contours whatsoever.
872
+ * Self-intersection happens when a single connected contour
873
+ * intersects itself at some point; having these in your font
874
+ * definitely poses a problem to the rasterizer and cause artifacts,
875
+ * too.
876
+ *
877
+ * 3. Generating SDF for really small glyphs may result in undesirable
878
+ * output; the pixel grid (which stores distance information) becomes
879
+ * too coarse.
880
+ *
881
+ * 4. Since the output buffer is normalized, precision at smaller spreads
882
+ * is greater than precision at larger spread values because the
883
+ * output range of [0..255] gets mapped to a smaller SDF range. A
884
+ * spread of~2 should be sufficient in most cases.
885
+ *
886
+ * Points (1) and (2) can be avoided by using the `bsdf` rasterizer,
887
+ * which is more stable than the `sdf` rasterizer in general.
888
+ *
889
+ * @since:
890
+ * 2.11
891
+ */
892
+
893
+
820
894
  /**************************************************************************
821
895
  *
822
896
  * @property:
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType error codes (specification).
6
6
  *
7
- * Copyright (C) 2002-2023 by
7
+ * Copyright (C) 2002-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType error code handling (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Support functions for font formats.
6
6
  *
7
- * Copyright (C) 2002-2023 by
7
+ * Copyright (C) 2002-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Access of TrueType's 'gasp' table (specification).
6
6
  *
7
- * Copyright (C) 2007-2023 by
7
+ * Copyright (C) 2007-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType convenience functions to handle glyphs (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for validating TrueTypeGX/AAT tables (specification).
6
6
  *
7
- * Copyright (C) 2004-2023 by
7
+ * Copyright (C) 2004-2024 by
8
8
  * Masatake YAMATO, Redhat K.K,
9
9
  * David Turner, Robert Wilhelm, and Werner Lemberg.
10
10
  *
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Gzip-compressed stream support.
6
6
  *
7
- * Copyright (C) 2002-2023 by
7
+ * Copyright (C) 2002-2024 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,
@@ -5,7 +5,7 @@
5
5
  * FreeType glyph image formats and default raster interface
6
6
  * (specification).
7
7
  *
8
- * Copyright (C) 1996-2023 by
8
+ * Copyright (C) 1996-2024 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,
@@ -21,6 +21,11 @@
21
21
  * Note: A 'raster' is simply a scan-line converter, used to render
22
22
  * `FT_Outline`s into `FT_Bitmap`s.
23
23
  *
24
+ * Note: This file can be used for `STANDALONE_` compilation of raster
25
+ * (B/W) and smooth (anti-aliased) renderers. Therefore, it must
26
+ * rely on standard variable types only instead of aliases in
27
+ * `fttypes.h`.
28
+ *
24
29
  */
25
30
 
26
31
 
@@ -318,7 +323,7 @@ FT_BEGIN_HEADER
318
323
  *
319
324
  * If bit~2 is set, bits 5-7 contain the drop-out mode (as defined in
320
325
  * the OpenType specification; the value is the same as the argument to
321
- * the 'SCANMODE' instruction).
326
+ * the 'SCANTYPE' instruction).
322
327
  *
323
328
  * Bits 3 and~4 are reserved for internal purposes.
324
329
  *
@@ -341,14 +346,14 @@ FT_BEGIN_HEADER
341
346
  */
342
347
  typedef struct FT_Outline_
343
348
  {
344
- short n_contours; /* number of contours in glyph */
345
- short n_points; /* number of points in the glyph */
349
+ unsigned short n_contours; /* number of contours in glyph */
350
+ unsigned short n_points; /* number of points in the glyph */
346
351
 
347
- FT_Vector* points; /* the outline's points */
348
- char* tags; /* the points flags */
349
- short* contours; /* the contour end points */
352
+ FT_Vector* points; /* the outline's points */
353
+ unsigned char* tags; /* the points flags */
354
+ unsigned short* contours; /* the contour end points */
350
355
 
351
- int flags; /* outline masks */
356
+ int flags; /* outline masks */
352
357
 
353
358
  } FT_Outline;
354
359
 
@@ -356,8 +361,8 @@ FT_BEGIN_HEADER
356
361
 
357
362
  /* Following limits must be consistent with */
358
363
  /* FT_Outline.{n_contours,n_points} */
359
- #define FT_OUTLINE_CONTOURS_MAX SHRT_MAX
360
- #define FT_OUTLINE_POINTS_MAX SHRT_MAX
364
+ #define FT_OUTLINE_CONTOURS_MAX USHRT_MAX
365
+ #define FT_OUTLINE_POINTS_MAX USHRT_MAX
361
366
 
362
367
 
363
368
  /**************************************************************************
@@ -434,8 +439,8 @@ FT_BEGIN_HEADER
434
439
  * rasterizer; see the `tags` field in @FT_Outline.
435
440
  *
436
441
  * Please refer to the description of the 'SCANTYPE' instruction in the
437
- * OpenType specification (in file `ttinst1.doc`) how simple drop-outs,
438
- * smart drop-outs, and stubs are defined.
442
+ * [OpenType specification](https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#scantype)
443
+ * how simple drop-outs, smart drop-outs, and stubs are defined.
439
444
  */
440
445
  #define FT_OUTLINE_NONE 0x0
441
446
  #define FT_OUTLINE_OWNER 0x1
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType incremental loading (specification).
6
6
  *
7
- * Copyright (C) 2002-2023 by
7
+ * Copyright (C) 2002-2024 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,
@@ -5,7 +5,7 @@
5
5
  * FreeType API for color filtering of subpixel bitmap glyphs
6
6
  * (specification).
7
7
  *
8
- * Copyright (C) 2006-2023 by
8
+ * Copyright (C) 2006-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Generic list support for FreeType (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * LZW-compressed stream support.
6
6
  *
7
- * Copyright (C) 2004-2023 by
7
+ * Copyright (C) 2004-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Additional Mac-specific API.
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType Multiple Master font interface (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -19,8 +19,13 @@
19
19
  #ifndef FTMM_H_
20
20
  #define FTMM_H_
21
21
 
22
+ #include <freetype/freetype.h>
22
23
 
23
- #include <freetype/t1tables.h>
24
+ #ifdef FREETYPE_H
25
+ #error "freetype.h of FreeType 1 has been loaded!"
26
+ #error "Please fix the directory search order for header files"
27
+ #error "so that freetype.h of FreeType 2 is found first."
28
+ #endif
24
29
 
25
30
 
26
31
  FT_BEGIN_HEADER
@@ -53,6 +58,30 @@ FT_BEGIN_HEADER
53
58
  */
54
59
 
55
60
 
61
+ /**************************************************************************
62
+ *
63
+ * @enum:
64
+ * T1_MAX_MM_XXX
65
+ *
66
+ * @description:
67
+ * Multiple Masters limits as defined in their specifications.
68
+ *
69
+ * @values:
70
+ * T1_MAX_MM_AXIS ::
71
+ * The maximum number of Multiple Masters axes.
72
+ *
73
+ * T1_MAX_MM_DESIGNS ::
74
+ * The maximum number of Multiple Masters designs.
75
+ *
76
+ * T1_MAX_MM_MAP_POINTS ::
77
+ * The maximum number of elements in a design map.
78
+ *
79
+ */
80
+ #define T1_MAX_MM_AXIS 4
81
+ #define T1_MAX_MM_DESIGNS 16
82
+ #define T1_MAX_MM_MAP_POINTS 20
83
+
84
+
56
85
  /**************************************************************************
57
86
  *
58
87
  * @struct:
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType modules public interface (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType module error offsets (specification).
6
6
  *
7
- * Copyright (C) 2001-2023 by
7
+ * Copyright (C) 2001-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for validating OpenType tables (specification).
6
6
  *
7
- * Copyright (C) 2004-2023 by
7
+ * Copyright (C) 2004-2024 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,
@@ -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 (C) 1996-2023 by
8
+ * Copyright (C) 1996-2024 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,
@@ -112,7 +112,7 @@ FT_BEGIN_HEADER
112
112
  * Degenerate contours, segments, and Bezier arcs may be reported. In
113
113
  * most cases, it is best to filter these out before using the outline
114
114
  * for stroking or other path modification purposes (which may cause
115
- * degenerate segments to become non-degenrate and visible, like when
115
+ * degenerate segments to become non-degenerate and visible, like when
116
116
  * stroke caps are used or the path is otherwise outset). Some glyph
117
117
  * outlines may contain deliberate degenerate single points for mark
118
118
  * attachement.
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for possible FT_Parameter tags (specification only).
6
6
  *
7
- * Copyright (C) 2017-2023 by
7
+ * Copyright (C) 2017-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for accessing PFR-specific data (specification only).
6
6
  *
7
- * Copyright (C) 2002-2023 by
7
+ * Copyright (C) 2002-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType renderer modules public interface (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType size objects management (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * This is _not_ used to retrieve glyph names!
9
9
  *
10
- * Copyright (C) 1996-2023 by
10
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType path stroker (specification).
6
6
  *
7
- * Copyright (C) 2002-2023 by
7
+ * Copyright (C) 2002-2024 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,
@@ -5,7 +5,7 @@
5
5
  * FreeType synthesizing code for emboldening and slanting
6
6
  * (specification).
7
7
  *
8
- * Copyright (C) 2000-2023 by
8
+ * Copyright (C) 2000-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType low-level system interface definition (specification).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType trigonometric functions (specification).
6
6
  *
7
- * Copyright (C) 2001-2023 by
7
+ * Copyright (C) 2001-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType simple types definitions (specification only).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for accessing Windows fnt-specific data.
6
6
  *
7
- * Copyright (C) 2003-2023 by
7
+ * Copyright (C) 2003-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Interface for OT-SVG support related things (specification).
6
6
  *
7
- * Copyright (C) 2022-2023 by
7
+ * Copyright (C) 2022-2024 by
8
8
  * David Turner, Robert Wilhelm, Werner Lemberg, and Moazin Khatti.
9
9
  *
10
10
  * This file is part of the FreeType project, and may only be used,
@@ -5,7 +5,7 @@
5
5
  * Basic Type 1/Type 2 tables definitions and interface (specification
6
6
  * only).
7
7
  *
8
- * Copyright (C) 1996-2023 by
8
+ * Copyright (C) 1996-2024 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,
@@ -269,64 +269,6 @@ FT_BEGIN_HEADER
269
269
  /* */
270
270
 
271
271
 
272
- /* maximum number of Multiple Masters designs, as defined in the spec */
273
- #define T1_MAX_MM_DESIGNS 16
274
-
275
- /* maximum number of Multiple Masters axes, as defined in the spec */
276
- #define T1_MAX_MM_AXIS 4
277
-
278
- /* maximum number of elements in a design map */
279
- #define T1_MAX_MM_MAP_POINTS 20
280
-
281
-
282
- /* this structure is used to store the BlendDesignMap entry for an axis */
283
- typedef struct PS_DesignMap_
284
- {
285
- FT_Byte num_points;
286
- FT_Long* design_points;
287
- FT_Fixed* blend_points;
288
-
289
- } PS_DesignMapRec, *PS_DesignMap;
290
-
291
- /* backward compatible definition */
292
- typedef PS_DesignMapRec T1_DesignMap;
293
-
294
-
295
- typedef struct PS_BlendRec_
296
- {
297
- FT_UInt num_designs;
298
- FT_UInt num_axis;
299
-
300
- FT_String* axis_names[T1_MAX_MM_AXIS];
301
- FT_Fixed* design_pos[T1_MAX_MM_DESIGNS];
302
- PS_DesignMapRec design_map[T1_MAX_MM_AXIS];
303
-
304
- FT_Fixed* weight_vector;
305
- FT_Fixed* default_weight_vector;
306
-
307
- PS_FontInfo font_infos[T1_MAX_MM_DESIGNS + 1];
308
- PS_Private privates [T1_MAX_MM_DESIGNS + 1];
309
-
310
- FT_ULong blend_bitflags;
311
-
312
- FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1];
313
-
314
- /* since 2.3.0 */
315
-
316
- /* undocumented, optional: the default design instance; */
317
- /* corresponds to default_weight_vector -- */
318
- /* num_default_design_vector == 0 means it is not present */
319
- /* in the font and associated metrics files */
320
- FT_UInt default_design_vector[T1_MAX_MM_DESIGNS];
321
- FT_UInt num_default_design_vector;
322
-
323
- } PS_BlendRec, *PS_Blend;
324
-
325
-
326
- /* backward compatible definition */
327
- typedef PS_BlendRec T1_Blend;
328
-
329
-
330
272
  /**************************************************************************
331
273
  *
332
274
  * @struct:
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * TrueType name ID definitions (specification only).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -5,7 +5,7 @@
5
5
  * Basic SFNT/TrueType tables definitions and interface
6
6
  * (specification only).
7
7
  *
8
- * Copyright (C) 1996-2023 by
8
+ * Copyright (C) 1996-2024 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,
@@ -838,8 +838,9 @@ FT_BEGIN_HEADER
838
838
  * The target charmap.
839
839
  *
840
840
  * @return:
841
- * The format of `charmap`. If `charmap` doesn't belong to an SFNT face,
842
- * return -1.
841
+ * The format of `charmap`. If `charmap` doesn't belong to an SFNT face
842
+ * (including the synthetic Unicode charmap sometimes created by
843
+ * FreeType), return -1.
843
844
  */
844
845
  FT_EXPORT( FT_Long )
845
846
  FT_Get_CMap_Format( FT_CharMap charmap );
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Tags for TrueType and OpenType tables (specification only).
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType 2 build and setup macros.
6
6
  *
7
- * Copyright (C) 1996-2023 by
7
+ * Copyright (C) 1996-2024 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,
@@ -7,10 +7,10 @@
7
7
  #define FRIBIDI_NAME "GNU FriBidi"
8
8
  #define FRIBIDI_BUGREPORT "https://github.com/fribidi/fribidi/issues/new"
9
9
 
10
- #define FRIBIDI_VERSION "1.0.15"
10
+ #define FRIBIDI_VERSION "1.0.16"
11
11
  #define FRIBIDI_MAJOR_VERSION 1
12
12
  #define FRIBIDI_MINOR_VERSION 0
13
- #define FRIBIDI_MICRO_VERSION 15
13
+ #define FRIBIDI_MICRO_VERSION 16
14
14
  #define FRIBIDI_INTERFACE_VERSION 4
15
15
  #define FRIBIDI_INTERFACE_VERSION_STRING "4"
16
16
 
@@ -2,9 +2,9 @@
2
2
  * generated by gen-unicode-version (fribidi unknown)
3
3
  * from the file ReadMe.txt */
4
4
 
5
- #define FRIBIDI_UNICODE_VERSION "15.1.0"
6
- #define FRIBIDI_UNICODE_MAJOR_VERSION 15
7
- #define FRIBIDI_UNICODE_MINOR_VERSION 1
5
+ #define FRIBIDI_UNICODE_VERSION "16.0.0"
6
+ #define FRIBIDI_UNICODE_MAJOR_VERSION 16
7
+ #define FRIBIDI_UNICODE_MINOR_VERSION 0
8
8
  #define FRIBIDI_UNICODE_MICRO_VERSION 0
9
9
 
10
10
  /* End of generated fribidi-unicode-version.h */