@img/sharp-libvips-dev 1.2.1 → 1.2.2-rc.2
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.
- package/include/aom/aom_decoder.h +1 -1
- package/include/aom/aom_encoder.h +2 -0
- package/include/aom/aomcx.h +106 -25
- package/include/ffi.h +3 -3
- package/include/freetype2/freetype/config/ftconfig.h +1 -1
- package/include/freetype2/freetype/config/ftheader.h +1 -1
- package/include/freetype2/freetype/config/ftoption.h +37 -12
- package/include/freetype2/freetype/config/ftstdlib.h +1 -1
- package/include/freetype2/freetype/config/integer-types.h +29 -2
- package/include/freetype2/freetype/config/mac-support.h +1 -1
- package/include/freetype2/freetype/config/public-macros.h +3 -3
- package/include/freetype2/freetype/freetype.h +51 -47
- package/include/freetype2/freetype/ftadvanc.h +1 -1
- package/include/freetype2/freetype/ftbbox.h +1 -1
- package/include/freetype2/freetype/ftbdf.h +1 -1
- package/include/freetype2/freetype/ftbitmap.h +1 -1
- package/include/freetype2/freetype/ftbzip2.h +1 -1
- package/include/freetype2/freetype/ftcache.h +1 -1
- package/include/freetype2/freetype/ftcid.h +1 -1
- package/include/freetype2/freetype/ftcolor.h +13 -4
- package/include/freetype2/freetype/ftdriver.h +3 -3
- package/include/freetype2/freetype/fterrdef.h +1 -1
- package/include/freetype2/freetype/fterrors.h +1 -1
- package/include/freetype2/freetype/ftfntfmt.h +1 -1
- package/include/freetype2/freetype/ftgasp.h +1 -1
- package/include/freetype2/freetype/ftglyph.h +1 -1
- package/include/freetype2/freetype/ftgxval.h +1 -1
- package/include/freetype2/freetype/ftgzip.h +1 -1
- package/include/freetype2/freetype/ftimage.h +6 -2
- package/include/freetype2/freetype/ftincrem.h +1 -1
- package/include/freetype2/freetype/ftlcdfil.h +1 -1
- package/include/freetype2/freetype/ftlist.h +1 -1
- package/include/freetype2/freetype/ftlogging.h +184 -0
- package/include/freetype2/freetype/ftlzw.h +1 -1
- package/include/freetype2/freetype/ftmac.h +1 -1
- package/include/freetype2/freetype/ftmm.h +159 -103
- package/include/freetype2/freetype/ftmodapi.h +1 -1
- package/include/freetype2/freetype/ftmoderr.h +1 -1
- package/include/freetype2/freetype/ftotval.h +1 -1
- package/include/freetype2/freetype/ftoutln.h +1 -1
- package/include/freetype2/freetype/ftparams.h +1 -1
- package/include/freetype2/freetype/ftpfr.h +1 -1
- package/include/freetype2/freetype/ftrender.h +1 -1
- package/include/freetype2/freetype/ftsizes.h +1 -1
- package/include/freetype2/freetype/ftsnames.h +1 -1
- package/include/freetype2/freetype/ftstroke.h +1 -1
- package/include/freetype2/freetype/ftsynth.h +1 -1
- package/include/freetype2/freetype/ftsystem.h +1 -1
- package/include/freetype2/freetype/fttrigon.h +1 -1
- package/include/freetype2/freetype/fttypes.h +1 -1
- package/include/freetype2/freetype/ftwinfnt.h +2 -3
- package/include/freetype2/freetype/otsvg.h +1 -1
- package/include/freetype2/freetype/t1tables.h +1 -1
- package/include/freetype2/freetype/ttnameid.h +129 -129
- package/include/freetype2/freetype/tttables.h +8 -5
- package/include/freetype2/freetype/tttags.h +1 -1
- package/include/freetype2/ft2build.h +1 -1
- package/include/glib-2.0/gio/gdbuserror.h +9 -8
- package/include/glib-2.0/gio/ginetaddress.h +12 -0
- package/include/glib-2.0/gio/gioenums.h +9 -2
- package/include/glib-2.0/glib/gstring.h +2 -2
- package/include/glib-2.0/glib/gunicode.h +1 -1
- package/include/glib-2.0/gobject/glib-types.h +1 -1
- package/include/glib-2.0/gobject/gparam.h +1 -1
- package/include/glib-2.0/gobject/gvalue.h +78 -35
- package/include/harfbuzz/hb-script-list.h +12 -0
- package/include/harfbuzz/hb-version.h +3 -3
- package/include/hwy/abort.h +2 -19
- package/include/hwy/aligned_allocator.h +11 -7
- package/include/hwy/auto_tune.h +504 -0
- package/include/hwy/base.h +425 -104
- package/include/hwy/cache_control.h +16 -0
- package/include/hwy/detect_compiler_arch.h +32 -1
- package/include/hwy/detect_targets.h +251 -67
- package/include/hwy/foreach_target.h +35 -0
- package/include/hwy/highway.h +185 -76
- package/include/hwy/nanobenchmark.h +1 -19
- package/include/hwy/ops/arm_neon-inl.h +969 -458
- package/include/hwy/ops/arm_sve-inl.h +1137 -359
- package/include/hwy/ops/emu128-inl.h +97 -11
- package/include/hwy/ops/generic_ops-inl.h +1222 -34
- package/include/hwy/ops/loongarch_lasx-inl.h +4664 -0
- package/include/hwy/ops/loongarch_lsx-inl.h +5933 -0
- package/include/hwy/ops/ppc_vsx-inl.h +306 -126
- package/include/hwy/ops/rvv-inl.h +546 -51
- package/include/hwy/ops/scalar-inl.h +77 -22
- package/include/hwy/ops/set_macros-inl.h +138 -17
- package/include/hwy/ops/shared-inl.h +50 -10
- package/include/hwy/ops/wasm_128-inl.h +137 -92
- package/include/hwy/ops/x86_128-inl.h +773 -214
- package/include/hwy/ops/x86_256-inl.h +712 -255
- package/include/hwy/ops/x86_512-inl.h +429 -753
- package/include/hwy/ops/x86_avx3-inl.h +501 -0
- package/include/hwy/per_target.h +2 -1
- package/include/hwy/profiler.h +622 -486
- package/include/hwy/targets.h +62 -20
- package/include/hwy/timer-inl.h +8 -160
- package/include/hwy/timer.h +170 -3
- package/include/hwy/x86_cpuid.h +81 -0
- package/include/libheif/heif_cxx.h +25 -5
- package/include/libheif/heif_regions.h +5 -5
- package/include/libheif/heif_version.h +2 -2
- package/include/librsvg-2.0/librsvg/rsvg-version.h +3 -3
- package/include/libxml2/libxml/valid.h +0 -3
- package/include/libxml2/libxml/xmlerror.h +1 -1
- package/include/libxml2/libxml/xmlversion.h +4 -4
- package/include/pango-1.0/pango/pango-enum-types.h +3 -0
- package/include/pango-1.0/pango/pango-features.h +3 -3
- package/include/pango-1.0/pango/pango-font.h +30 -0
- package/include/pango-1.0/pango/pango-version-macros.h +26 -0
- package/include/vips/connection.h +4 -4
- package/include/vips/version.h +4 -4
- package/include/zlib.h +3 -3
- package/package.json +1 -1
- package/versions.json +13 -13
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* FreeType API for accessing Windows fnt-specific data.
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 2003-
|
|
7
|
+
* Copyright (C) 2003-2025 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,
|
|
@@ -93,8 +93,7 @@ FT_BEGIN_HEADER
|
|
|
93
93
|
* second default codepage that most international versions of Windows
|
|
94
94
|
* have. It is one of the OEM codepages from
|
|
95
95
|
*
|
|
96
|
-
* https://
|
|
97
|
-
* ,
|
|
96
|
+
* https://learn.microsoft.com/windows/win32/intl/code-page-identifiers ,
|
|
98
97
|
*
|
|
99
98
|
* and is used for the 'DOS boxes', to support legacy applications. A
|
|
100
99
|
* German Windows version for example usually uses ANSI codepage 1252
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Interface for OT-SVG support related things (specification).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 2022-
|
|
7
|
+
* Copyright (C) 2022-2025 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-
|
|
8
|
+
* Copyright (C) 1996-2025 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
|
* TrueType name ID definitions (specification only).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 1996-
|
|
7
|
+
* Copyright (C) 1996-2025 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,
|
|
@@ -436,7 +436,7 @@ FT_BEGIN_HEADER
|
|
|
436
436
|
*
|
|
437
437
|
* The canonical source for Microsoft's IDs is
|
|
438
438
|
*
|
|
439
|
-
* https://
|
|
439
|
+
* https://learn.microsoft.com/windows/win32/intl/language-identifier-constants-and-strings ,
|
|
440
440
|
*
|
|
441
441
|
* however, we only provide macros for language identifiers present in
|
|
442
442
|
* the OpenType specification: Microsoft has abandoned the concept of
|
|
@@ -847,113 +847,113 @@ FT_BEGIN_HEADER
|
|
|
847
847
|
/* --------------- */
|
|
848
848
|
|
|
849
849
|
/* Bit 0 Basic Latin */
|
|
850
|
-
#define TT_UCR_BASIC_LATIN
|
|
850
|
+
#define TT_UCR_BASIC_LATIN (1UL << 0) /* U+0020-U+007E */
|
|
851
851
|
/* Bit 1 C1 Controls and Latin-1 Supplement */
|
|
852
|
-
#define TT_UCR_LATIN1_SUPPLEMENT
|
|
852
|
+
#define TT_UCR_LATIN1_SUPPLEMENT (1UL << 1) /* U+0080-U+00FF */
|
|
853
853
|
/* Bit 2 Latin Extended-A */
|
|
854
|
-
#define TT_UCR_LATIN_EXTENDED_A
|
|
854
|
+
#define TT_UCR_LATIN_EXTENDED_A (1UL << 2) /* U+0100-U+017F */
|
|
855
855
|
/* Bit 3 Latin Extended-B */
|
|
856
|
-
#define TT_UCR_LATIN_EXTENDED_B
|
|
856
|
+
#define TT_UCR_LATIN_EXTENDED_B (1UL << 3) /* U+0180-U+024F */
|
|
857
857
|
/* Bit 4 IPA Extensions */
|
|
858
858
|
/* Phonetic Extensions */
|
|
859
859
|
/* Phonetic Extensions Supplement */
|
|
860
|
-
#define TT_UCR_IPA_EXTENSIONS
|
|
860
|
+
#define TT_UCR_IPA_EXTENSIONS (1UL << 4) /* U+0250-U+02AF */
|
|
861
861
|
/* U+1D00-U+1D7F */
|
|
862
862
|
/* U+1D80-U+1DBF */
|
|
863
863
|
/* Bit 5 Spacing Modifier Letters */
|
|
864
864
|
/* Modifier Tone Letters */
|
|
865
|
-
#define TT_UCR_SPACING_MODIFIER
|
|
865
|
+
#define TT_UCR_SPACING_MODIFIER (1UL << 5) /* U+02B0-U+02FF */
|
|
866
866
|
/* U+A700-U+A71F */
|
|
867
867
|
/* Bit 6 Combining Diacritical Marks */
|
|
868
868
|
/* Combining Diacritical Marks Supplement */
|
|
869
|
-
#define TT_UCR_COMBINING_DIACRITICAL_MARKS
|
|
869
|
+
#define TT_UCR_COMBINING_DIACRITICAL_MARKS (1UL << 6) /* U+0300-U+036F */
|
|
870
870
|
/* U+1DC0-U+1DFF */
|
|
871
871
|
/* Bit 7 Greek and Coptic */
|
|
872
|
-
#define TT_UCR_GREEK
|
|
872
|
+
#define TT_UCR_GREEK (1UL << 7) /* U+0370-U+03FF */
|
|
873
873
|
/* Bit 8 Coptic */
|
|
874
|
-
#define TT_UCR_COPTIC
|
|
874
|
+
#define TT_UCR_COPTIC (1UL << 8) /* U+2C80-U+2CFF */
|
|
875
875
|
/* Bit 9 Cyrillic */
|
|
876
876
|
/* Cyrillic Supplement */
|
|
877
877
|
/* Cyrillic Extended-A */
|
|
878
878
|
/* Cyrillic Extended-B */
|
|
879
|
-
#define TT_UCR_CYRILLIC
|
|
879
|
+
#define TT_UCR_CYRILLIC (1UL << 9) /* U+0400-U+04FF */
|
|
880
880
|
/* U+0500-U+052F */
|
|
881
881
|
/* U+2DE0-U+2DFF */
|
|
882
882
|
/* U+A640-U+A69F */
|
|
883
883
|
/* Bit 10 Armenian */
|
|
884
|
-
#define TT_UCR_ARMENIAN
|
|
884
|
+
#define TT_UCR_ARMENIAN (1UL << 10) /* U+0530-U+058F */
|
|
885
885
|
/* Bit 11 Hebrew */
|
|
886
|
-
#define TT_UCR_HEBREW
|
|
886
|
+
#define TT_UCR_HEBREW (1UL << 11) /* U+0590-U+05FF */
|
|
887
887
|
/* Bit 12 Vai */
|
|
888
|
-
#define TT_UCR_VAI
|
|
888
|
+
#define TT_UCR_VAI (1UL << 12) /* U+A500-U+A63F */
|
|
889
889
|
/* Bit 13 Arabic */
|
|
890
890
|
/* Arabic Supplement */
|
|
891
|
-
#define TT_UCR_ARABIC
|
|
891
|
+
#define TT_UCR_ARABIC (1UL << 13) /* U+0600-U+06FF */
|
|
892
892
|
/* U+0750-U+077F */
|
|
893
893
|
/* Bit 14 NKo */
|
|
894
|
-
#define TT_UCR_NKO
|
|
894
|
+
#define TT_UCR_NKO (1UL << 14) /* U+07C0-U+07FF */
|
|
895
895
|
/* Bit 15 Devanagari */
|
|
896
|
-
#define TT_UCR_DEVANAGARI
|
|
897
|
-
/* Bit 16 Bengali */
|
|
898
|
-
#define TT_UCR_BENGALI
|
|
896
|
+
#define TT_UCR_DEVANAGARI (1UL << 15) /* U+0900-U+097F */
|
|
897
|
+
/* Bit 16 Bangla (Bengali) */
|
|
898
|
+
#define TT_UCR_BENGALI (1UL << 16) /* U+0980-U+09FF */
|
|
899
899
|
/* Bit 17 Gurmukhi */
|
|
900
|
-
#define TT_UCR_GURMUKHI
|
|
900
|
+
#define TT_UCR_GURMUKHI (1UL << 17) /* U+0A00-U+0A7F */
|
|
901
901
|
/* Bit 18 Gujarati */
|
|
902
|
-
#define TT_UCR_GUJARATI
|
|
903
|
-
/* Bit 19 Oriya */
|
|
904
|
-
#define TT_UCR_ORIYA
|
|
902
|
+
#define TT_UCR_GUJARATI (1UL << 18) /* U+0A80-U+0AFF */
|
|
903
|
+
/* Bit 19 Oriya (Odia) */
|
|
904
|
+
#define TT_UCR_ORIYA (1UL << 19) /* U+0B00-U+0B7F */
|
|
905
905
|
/* Bit 20 Tamil */
|
|
906
|
-
#define TT_UCR_TAMIL
|
|
906
|
+
#define TT_UCR_TAMIL (1UL << 20) /* U+0B80-U+0BFF */
|
|
907
907
|
/* Bit 21 Telugu */
|
|
908
|
-
#define TT_UCR_TELUGU
|
|
908
|
+
#define TT_UCR_TELUGU (1UL << 21) /* U+0C00-U+0C7F */
|
|
909
909
|
/* Bit 22 Kannada */
|
|
910
|
-
#define TT_UCR_KANNADA
|
|
910
|
+
#define TT_UCR_KANNADA (1UL << 22) /* U+0C80-U+0CFF */
|
|
911
911
|
/* Bit 23 Malayalam */
|
|
912
|
-
#define TT_UCR_MALAYALAM
|
|
912
|
+
#define TT_UCR_MALAYALAM (1UL << 23) /* U+0D00-U+0D7F */
|
|
913
913
|
/* Bit 24 Thai */
|
|
914
|
-
#define TT_UCR_THAI
|
|
914
|
+
#define TT_UCR_THAI (1UL << 24) /* U+0E00-U+0E7F */
|
|
915
915
|
/* Bit 25 Lao */
|
|
916
|
-
#define TT_UCR_LAO
|
|
916
|
+
#define TT_UCR_LAO (1UL << 25) /* U+0E80-U+0EFF */
|
|
917
917
|
/* Bit 26 Georgian */
|
|
918
918
|
/* Georgian Supplement */
|
|
919
|
-
#define TT_UCR_GEORGIAN
|
|
919
|
+
#define TT_UCR_GEORGIAN (1UL << 26) /* U+10A0-U+10FF */
|
|
920
920
|
/* U+2D00-U+2D2F */
|
|
921
921
|
/* Bit 27 Balinese */
|
|
922
|
-
#define TT_UCR_BALINESE
|
|
922
|
+
#define TT_UCR_BALINESE (1UL << 27) /* U+1B00-U+1B7F */
|
|
923
923
|
/* Bit 28 Hangul Jamo */
|
|
924
|
-
#define TT_UCR_HANGUL_JAMO
|
|
924
|
+
#define TT_UCR_HANGUL_JAMO (1UL << 28) /* U+1100-U+11FF */
|
|
925
925
|
/* Bit 29 Latin Extended Additional */
|
|
926
926
|
/* Latin Extended-C */
|
|
927
927
|
/* Latin Extended-D */
|
|
928
|
-
#define TT_UCR_LATIN_EXTENDED_ADDITIONAL
|
|
928
|
+
#define TT_UCR_LATIN_EXTENDED_ADDITIONAL (1UL << 29) /* U+1E00-U+1EFF */
|
|
929
929
|
/* U+2C60-U+2C7F */
|
|
930
930
|
/* U+A720-U+A7FF */
|
|
931
931
|
/* Bit 30 Greek Extended */
|
|
932
|
-
#define TT_UCR_GREEK_EXTENDED
|
|
932
|
+
#define TT_UCR_GREEK_EXTENDED (1UL << 30) /* U+1F00-U+1FFF */
|
|
933
933
|
/* Bit 31 General Punctuation */
|
|
934
934
|
/* Supplemental Punctuation */
|
|
935
|
-
#define TT_UCR_GENERAL_PUNCTUATION
|
|
935
|
+
#define TT_UCR_GENERAL_PUNCTUATION (1UL << 31) /* U+2000-U+206F */
|
|
936
936
|
/* U+2E00-U+2E7F */
|
|
937
937
|
|
|
938
938
|
/* ulUnicodeRange2 */
|
|
939
939
|
/* --------------- */
|
|
940
940
|
|
|
941
941
|
/* Bit 32 Superscripts And Subscripts */
|
|
942
|
-
#define TT_UCR_SUPERSCRIPTS_SUBSCRIPTS
|
|
942
|
+
#define TT_UCR_SUPERSCRIPTS_SUBSCRIPTS (1UL << 0) /* U+2070-U+209F */
|
|
943
943
|
/* Bit 33 Currency Symbols */
|
|
944
|
-
#define TT_UCR_CURRENCY_SYMBOLS
|
|
944
|
+
#define TT_UCR_CURRENCY_SYMBOLS (1UL << 1) /* U+20A0-U+20CF */
|
|
945
945
|
/* Bit 34 Combining Diacritical Marks For Symbols */
|
|
946
946
|
#define TT_UCR_COMBINING_DIACRITICAL_MARKS_SYMB \
|
|
947
|
-
|
|
947
|
+
(1UL << 2) /* U+20D0-U+20FF */
|
|
948
948
|
/* Bit 35 Letterlike Symbols */
|
|
949
|
-
#define TT_UCR_LETTERLIKE_SYMBOLS
|
|
949
|
+
#define TT_UCR_LETTERLIKE_SYMBOLS (1UL << 3) /* U+2100-U+214F */
|
|
950
950
|
/* Bit 36 Number Forms */
|
|
951
|
-
#define TT_UCR_NUMBER_FORMS
|
|
951
|
+
#define TT_UCR_NUMBER_FORMS (1UL << 4) /* U+2150-U+218F */
|
|
952
952
|
/* Bit 37 Arrows */
|
|
953
953
|
/* Supplemental Arrows-A */
|
|
954
954
|
/* Supplemental Arrows-B */
|
|
955
955
|
/* Miscellaneous Symbols and Arrows */
|
|
956
|
-
#define TT_UCR_ARROWS
|
|
956
|
+
#define TT_UCR_ARROWS (1UL << 5) /* U+2190-U+21FF */
|
|
957
957
|
/* U+27F0-U+27FF */
|
|
958
958
|
/* U+2900-U+297F */
|
|
959
959
|
/* U+2B00-U+2BFF */
|
|
@@ -961,52 +961,52 @@ FT_BEGIN_HEADER
|
|
|
961
961
|
/* Supplemental Mathematical Operators */
|
|
962
962
|
/* Miscellaneous Mathematical Symbols-A */
|
|
963
963
|
/* Miscellaneous Mathematical Symbols-B */
|
|
964
|
-
#define TT_UCR_MATHEMATICAL_OPERATORS
|
|
964
|
+
#define TT_UCR_MATHEMATICAL_OPERATORS (1UL << 6) /* U+2200-U+22FF */
|
|
965
965
|
/* U+2A00-U+2AFF */
|
|
966
966
|
/* U+27C0-U+27EF */
|
|
967
967
|
/* U+2980-U+29FF */
|
|
968
968
|
/* Bit 39 Miscellaneous Technical */
|
|
969
|
-
#define TT_UCR_MISCELLANEOUS_TECHNICAL
|
|
969
|
+
#define TT_UCR_MISCELLANEOUS_TECHNICAL (1UL << 7) /* U+2300-U+23FF */
|
|
970
970
|
/* Bit 40 Control Pictures */
|
|
971
|
-
#define TT_UCR_CONTROL_PICTURES
|
|
971
|
+
#define TT_UCR_CONTROL_PICTURES (1UL << 8) /* U+2400-U+243F */
|
|
972
972
|
/* Bit 41 Optical Character Recognition */
|
|
973
|
-
#define TT_UCR_OCR
|
|
973
|
+
#define TT_UCR_OCR (1UL << 9) /* U+2440-U+245F */
|
|
974
974
|
/* Bit 42 Enclosed Alphanumerics */
|
|
975
|
-
#define TT_UCR_ENCLOSED_ALPHANUMERICS
|
|
975
|
+
#define TT_UCR_ENCLOSED_ALPHANUMERICS (1UL << 10) /* U+2460-U+24FF */
|
|
976
976
|
/* Bit 43 Box Drawing */
|
|
977
|
-
#define TT_UCR_BOX_DRAWING
|
|
977
|
+
#define TT_UCR_BOX_DRAWING (1UL << 11) /* U+2500-U+257F */
|
|
978
978
|
/* Bit 44 Block Elements */
|
|
979
|
-
#define TT_UCR_BLOCK_ELEMENTS
|
|
979
|
+
#define TT_UCR_BLOCK_ELEMENTS (1UL << 12) /* U+2580-U+259F */
|
|
980
980
|
/* Bit 45 Geometric Shapes */
|
|
981
|
-
#define TT_UCR_GEOMETRIC_SHAPES
|
|
981
|
+
#define TT_UCR_GEOMETRIC_SHAPES (1UL << 13) /* U+25A0-U+25FF */
|
|
982
982
|
/* Bit 46 Miscellaneous Symbols */
|
|
983
|
-
#define TT_UCR_MISCELLANEOUS_SYMBOLS
|
|
983
|
+
#define TT_UCR_MISCELLANEOUS_SYMBOLS (1UL << 14) /* U+2600-U+26FF */
|
|
984
984
|
/* Bit 47 Dingbats */
|
|
985
|
-
#define TT_UCR_DINGBATS
|
|
985
|
+
#define TT_UCR_DINGBATS (1UL << 15) /* U+2700-U+27BF */
|
|
986
986
|
/* Bit 48 CJK Symbols and Punctuation */
|
|
987
|
-
#define TT_UCR_CJK_SYMBOLS
|
|
987
|
+
#define TT_UCR_CJK_SYMBOLS (1UL << 16) /* U+3000-U+303F */
|
|
988
988
|
/* Bit 49 Hiragana */
|
|
989
|
-
#define TT_UCR_HIRAGANA
|
|
989
|
+
#define TT_UCR_HIRAGANA (1UL << 17) /* U+3040-U+309F */
|
|
990
990
|
/* Bit 50 Katakana */
|
|
991
991
|
/* Katakana Phonetic Extensions */
|
|
992
|
-
#define TT_UCR_KATAKANA
|
|
992
|
+
#define TT_UCR_KATAKANA (1UL << 18) /* U+30A0-U+30FF */
|
|
993
993
|
/* U+31F0-U+31FF */
|
|
994
994
|
/* Bit 51 Bopomofo */
|
|
995
995
|
/* Bopomofo Extended */
|
|
996
|
-
#define TT_UCR_BOPOMOFO
|
|
996
|
+
#define TT_UCR_BOPOMOFO (1UL << 19) /* U+3100-U+312F */
|
|
997
997
|
/* U+31A0-U+31BF */
|
|
998
998
|
/* Bit 52 Hangul Compatibility Jamo */
|
|
999
|
-
#define TT_UCR_HANGUL_COMPATIBILITY_JAMO
|
|
999
|
+
#define TT_UCR_HANGUL_COMPATIBILITY_JAMO (1UL << 20) /* U+3130-U+318F */
|
|
1000
1000
|
/* Bit 53 Phags-Pa */
|
|
1001
|
-
#define
|
|
1002
|
-
#define TT_UCR_KANBUN
|
|
1003
|
-
#define TT_UCR_PHAGSPA
|
|
1001
|
+
#define TT_UCR_PHAGSPA (1UL << 21) /* U+A840-U+A87F */
|
|
1002
|
+
#define TT_UCR_KANBUN TT_UCR_PHAGSPA /* deprecated */
|
|
1003
|
+
#define TT_UCR_CJK_MISC TT_UCR_PHAGSPA /* deprecated */
|
|
1004
1004
|
/* Bit 54 Enclosed CJK Letters and Months */
|
|
1005
|
-
#define TT_UCR_ENCLOSED_CJK_LETTERS_MONTHS
|
|
1005
|
+
#define TT_UCR_ENCLOSED_CJK_LETTERS_MONTHS (1UL << 22) /* U+3200-U+32FF */
|
|
1006
1006
|
/* Bit 55 CJK Compatibility */
|
|
1007
|
-
#define TT_UCR_CJK_COMPATIBILITY
|
|
1007
|
+
#define TT_UCR_CJK_COMPATIBILITY (1UL << 23) /* U+3300-U+33FF */
|
|
1008
1008
|
/* Bit 56 Hangul Syllables */
|
|
1009
|
-
#define TT_UCR_HANGUL
|
|
1009
|
+
#define TT_UCR_HANGUL (1UL << 24) /* U+AC00-U+D7A3 */
|
|
1010
1010
|
/* Bit 57 High Surrogates */
|
|
1011
1011
|
/* High Private Use Surrogates */
|
|
1012
1012
|
/* Low Surrogates */
|
|
@@ -1017,12 +1017,12 @@ FT_BEGIN_HEADER
|
|
|
1017
1017
|
/* Basic Multilingual Plane that is */
|
|
1018
1018
|
/* supported by this font. So it really */
|
|
1019
1019
|
/* means >= U+10000. */
|
|
1020
|
-
#define TT_UCR_SURROGATES
|
|
1020
|
+
#define TT_UCR_SURROGATES (1UL << 25) /* U+D800-U+DB7F */
|
|
1021
1021
|
/* U+DB80-U+DBFF */
|
|
1022
1022
|
/* U+DC00-U+DFFF */
|
|
1023
1023
|
#define TT_UCR_NON_PLANE_0 TT_UCR_SURROGATES
|
|
1024
1024
|
/* Bit 58 Phoenician */
|
|
1025
|
-
#define TT_UCR_PHOENICIAN
|
|
1025
|
+
#define TT_UCR_PHOENICIAN (1UL << 26) /*U+10900-U+1091F*/
|
|
1026
1026
|
/* Bit 59 CJK Unified Ideographs */
|
|
1027
1027
|
/* CJK Radicals Supplement */
|
|
1028
1028
|
/* Kangxi Radicals */
|
|
@@ -1030,7 +1030,7 @@ FT_BEGIN_HEADER
|
|
|
1030
1030
|
/* CJK Unified Ideographs Extension A */
|
|
1031
1031
|
/* CJK Unified Ideographs Extension B */
|
|
1032
1032
|
/* Kanbun */
|
|
1033
|
-
#define TT_UCR_CJK_UNIFIED_IDEOGRAPHS
|
|
1033
|
+
#define TT_UCR_CJK_UNIFIED_IDEOGRAPHS (1UL << 27) /* U+4E00-U+9FFF */
|
|
1034
1034
|
/* U+2E80-U+2EFF */
|
|
1035
1035
|
/* U+2F00-U+2FDF */
|
|
1036
1036
|
/* U+2FF0-U+2FFF */
|
|
@@ -1038,178 +1038,178 @@ FT_BEGIN_HEADER
|
|
|
1038
1038
|
/*U+20000-U+2A6DF*/
|
|
1039
1039
|
/* U+3190-U+319F */
|
|
1040
1040
|
/* Bit 60 Private Use */
|
|
1041
|
-
#define TT_UCR_PRIVATE_USE
|
|
1041
|
+
#define TT_UCR_PRIVATE_USE (1UL << 28) /* U+E000-U+F8FF */
|
|
1042
1042
|
/* Bit 61 CJK Strokes */
|
|
1043
1043
|
/* CJK Compatibility Ideographs */
|
|
1044
1044
|
/* CJK Compatibility Ideographs Supplement */
|
|
1045
|
-
#define TT_UCR_CJK_COMPATIBILITY_IDEOGRAPHS
|
|
1045
|
+
#define TT_UCR_CJK_COMPATIBILITY_IDEOGRAPHS (1UL << 29) /* U+31C0-U+31EF */
|
|
1046
1046
|
/* U+F900-U+FAFF */
|
|
1047
1047
|
/*U+2F800-U+2FA1F*/
|
|
1048
1048
|
/* Bit 62 Alphabetic Presentation Forms */
|
|
1049
|
-
#define TT_UCR_ALPHABETIC_PRESENTATION_FORMS
|
|
1049
|
+
#define TT_UCR_ALPHABETIC_PRESENTATION_FORMS (1UL << 30) /* U+FB00-U+FB4F */
|
|
1050
1050
|
/* Bit 63 Arabic Presentation Forms-A */
|
|
1051
|
-
#define TT_UCR_ARABIC_PRESENTATION_FORMS_A
|
|
1051
|
+
#define TT_UCR_ARABIC_PRESENTATION_FORMS_A (1UL << 31) /* U+FB50-U+FDFF */
|
|
1052
1052
|
|
|
1053
1053
|
/* ulUnicodeRange3 */
|
|
1054
1054
|
/* --------------- */
|
|
1055
1055
|
|
|
1056
1056
|
/* Bit 64 Combining Half Marks */
|
|
1057
|
-
#define TT_UCR_COMBINING_HALF_MARKS
|
|
1057
|
+
#define TT_UCR_COMBINING_HALF_MARKS (1UL << 0) /* U+FE20-U+FE2F */
|
|
1058
1058
|
/* Bit 65 Vertical forms */
|
|
1059
1059
|
/* CJK Compatibility Forms */
|
|
1060
|
-
#define TT_UCR_CJK_COMPATIBILITY_FORMS
|
|
1060
|
+
#define TT_UCR_CJK_COMPATIBILITY_FORMS (1UL << 1) /* U+FE10-U+FE1F */
|
|
1061
1061
|
/* U+FE30-U+FE4F */
|
|
1062
1062
|
/* Bit 66 Small Form Variants */
|
|
1063
|
-
#define TT_UCR_SMALL_FORM_VARIANTS
|
|
1063
|
+
#define TT_UCR_SMALL_FORM_VARIANTS (1UL << 2) /* U+FE50-U+FE6F */
|
|
1064
1064
|
/* Bit 67 Arabic Presentation Forms-B */
|
|
1065
|
-
#define TT_UCR_ARABIC_PRESENTATION_FORMS_B
|
|
1065
|
+
#define TT_UCR_ARABIC_PRESENTATION_FORMS_B (1UL << 3) /* U+FE70-U+FEFF */
|
|
1066
1066
|
/* Bit 68 Halfwidth and Fullwidth Forms */
|
|
1067
|
-
#define TT_UCR_HALFWIDTH_FULLWIDTH_FORMS
|
|
1067
|
+
#define TT_UCR_HALFWIDTH_FULLWIDTH_FORMS (1UL << 4) /* U+FF00-U+FFEF */
|
|
1068
1068
|
/* Bit 69 Specials */
|
|
1069
|
-
#define TT_UCR_SPECIALS
|
|
1069
|
+
#define TT_UCR_SPECIALS (1UL << 5) /* U+FFF0-U+FFFF */
|
|
1070
1070
|
/* Bit 70 Tibetan */
|
|
1071
|
-
#define TT_UCR_TIBETAN
|
|
1071
|
+
#define TT_UCR_TIBETAN (1UL << 6) /* U+0F00-U+0FFF */
|
|
1072
1072
|
/* Bit 71 Syriac */
|
|
1073
|
-
#define TT_UCR_SYRIAC
|
|
1073
|
+
#define TT_UCR_SYRIAC (1UL << 7) /* U+0700-U+074F */
|
|
1074
1074
|
/* Bit 72 Thaana */
|
|
1075
|
-
#define TT_UCR_THAANA
|
|
1075
|
+
#define TT_UCR_THAANA (1UL << 8) /* U+0780-U+07BF */
|
|
1076
1076
|
/* Bit 73 Sinhala */
|
|
1077
|
-
#define TT_UCR_SINHALA
|
|
1077
|
+
#define TT_UCR_SINHALA (1UL << 9) /* U+0D80-U+0DFF */
|
|
1078
1078
|
/* Bit 74 Myanmar */
|
|
1079
|
-
#define TT_UCR_MYANMAR
|
|
1079
|
+
#define TT_UCR_MYANMAR (1UL << 10) /* U+1000-U+109F */
|
|
1080
1080
|
/* Bit 75 Ethiopic */
|
|
1081
1081
|
/* Ethiopic Supplement */
|
|
1082
1082
|
/* Ethiopic Extended */
|
|
1083
|
-
#define TT_UCR_ETHIOPIC
|
|
1083
|
+
#define TT_UCR_ETHIOPIC (1UL << 11) /* U+1200-U+137F */
|
|
1084
1084
|
/* U+1380-U+139F */
|
|
1085
1085
|
/* U+2D80-U+2DDF */
|
|
1086
1086
|
/* Bit 76 Cherokee */
|
|
1087
|
-
#define TT_UCR_CHEROKEE
|
|
1087
|
+
#define TT_UCR_CHEROKEE (1UL << 12) /* U+13A0-U+13FF */
|
|
1088
1088
|
/* Bit 77 Unified Canadian Aboriginal Syllabics */
|
|
1089
|
-
#define TT_UCR_CANADIAN_ABORIGINAL_SYLLABICS
|
|
1089
|
+
#define TT_UCR_CANADIAN_ABORIGINAL_SYLLABICS (1UL << 13) /* U+1400-U+167F */
|
|
1090
1090
|
/* Bit 78 Ogham */
|
|
1091
|
-
#define TT_UCR_OGHAM
|
|
1091
|
+
#define TT_UCR_OGHAM (1UL << 14) /* U+1680-U+169F */
|
|
1092
1092
|
/* Bit 79 Runic */
|
|
1093
|
-
#define TT_UCR_RUNIC
|
|
1093
|
+
#define TT_UCR_RUNIC (1UL << 15) /* U+16A0-U+16FF */
|
|
1094
1094
|
/* Bit 80 Khmer */
|
|
1095
1095
|
/* Khmer Symbols */
|
|
1096
|
-
#define TT_UCR_KHMER
|
|
1096
|
+
#define TT_UCR_KHMER (1UL << 16) /* U+1780-U+17FF */
|
|
1097
1097
|
/* U+19E0-U+19FF */
|
|
1098
1098
|
/* Bit 81 Mongolian */
|
|
1099
|
-
#define TT_UCR_MONGOLIAN
|
|
1099
|
+
#define TT_UCR_MONGOLIAN (1UL << 17) /* U+1800-U+18AF */
|
|
1100
1100
|
/* Bit 82 Braille Patterns */
|
|
1101
|
-
#define TT_UCR_BRAILLE
|
|
1101
|
+
#define TT_UCR_BRAILLE (1UL << 18) /* U+2800-U+28FF */
|
|
1102
1102
|
/* Bit 83 Yi Syllables */
|
|
1103
1103
|
/* Yi Radicals */
|
|
1104
|
-
#define TT_UCR_YI
|
|
1104
|
+
#define TT_UCR_YI (1UL << 19) /* U+A000-U+A48F */
|
|
1105
1105
|
/* U+A490-U+A4CF */
|
|
1106
1106
|
/* Bit 84 Tagalog */
|
|
1107
1107
|
/* Hanunoo */
|
|
1108
1108
|
/* Buhid */
|
|
1109
1109
|
/* Tagbanwa */
|
|
1110
|
-
#define TT_UCR_PHILIPPINE
|
|
1110
|
+
#define TT_UCR_PHILIPPINE (1UL << 20) /* U+1700-U+171F */
|
|
1111
1111
|
/* U+1720-U+173F */
|
|
1112
1112
|
/* U+1740-U+175F */
|
|
1113
1113
|
/* U+1760-U+177F */
|
|
1114
1114
|
/* Bit 85 Old Italic */
|
|
1115
|
-
#define TT_UCR_OLD_ITALIC
|
|
1115
|
+
#define TT_UCR_OLD_ITALIC (1UL << 21) /*U+10300-U+1032F*/
|
|
1116
1116
|
/* Bit 86 Gothic */
|
|
1117
|
-
#define TT_UCR_GOTHIC
|
|
1117
|
+
#define TT_UCR_GOTHIC (1UL << 22) /*U+10330-U+1034F*/
|
|
1118
1118
|
/* Bit 87 Deseret */
|
|
1119
|
-
#define TT_UCR_DESERET
|
|
1119
|
+
#define TT_UCR_DESERET (1UL << 23) /*U+10400-U+1044F*/
|
|
1120
1120
|
/* Bit 88 Byzantine Musical Symbols */
|
|
1121
1121
|
/* Musical Symbols */
|
|
1122
1122
|
/* Ancient Greek Musical Notation */
|
|
1123
|
-
#define TT_UCR_MUSICAL_SYMBOLS
|
|
1123
|
+
#define TT_UCR_MUSICAL_SYMBOLS (1UL << 24) /*U+1D000-U+1D0FF*/
|
|
1124
1124
|
/*U+1D100-U+1D1FF*/
|
|
1125
1125
|
/*U+1D200-U+1D24F*/
|
|
1126
1126
|
/* Bit 89 Mathematical Alphanumeric Symbols */
|
|
1127
|
-
#define TT_UCR_MATH_ALPHANUMERIC_SYMBOLS
|
|
1127
|
+
#define TT_UCR_MATH_ALPHANUMERIC_SYMBOLS (1UL << 25) /*U+1D400-U+1D7FF*/
|
|
1128
1128
|
/* Bit 90 Private Use (plane 15) */
|
|
1129
1129
|
/* Private Use (plane 16) */
|
|
1130
|
-
#define TT_UCR_PRIVATE_USE_SUPPLEMENTARY
|
|
1130
|
+
#define TT_UCR_PRIVATE_USE_SUPPLEMENTARY (1UL << 26) /*U+F0000-U+FFFFD*/
|
|
1131
1131
|
/*U+100000-U+10FFFD*/
|
|
1132
1132
|
/* Bit 91 Variation Selectors */
|
|
1133
1133
|
/* Variation Selectors Supplement */
|
|
1134
|
-
#define TT_UCR_VARIATION_SELECTORS
|
|
1134
|
+
#define TT_UCR_VARIATION_SELECTORS (1UL << 27) /* U+FE00-U+FE0F */
|
|
1135
1135
|
/*U+E0100-U+E01EF*/
|
|
1136
1136
|
/* Bit 92 Tags */
|
|
1137
|
-
#define TT_UCR_TAGS
|
|
1137
|
+
#define TT_UCR_TAGS (1UL << 28) /*U+E0000-U+E007F*/
|
|
1138
1138
|
/* Bit 93 Limbu */
|
|
1139
|
-
#define TT_UCR_LIMBU
|
|
1139
|
+
#define TT_UCR_LIMBU (1UL << 29) /* U+1900-U+194F */
|
|
1140
1140
|
/* Bit 94 Tai Le */
|
|
1141
|
-
#define TT_UCR_TAI_LE
|
|
1141
|
+
#define TT_UCR_TAI_LE (1UL << 30) /* U+1950-U+197F */
|
|
1142
1142
|
/* Bit 95 New Tai Lue */
|
|
1143
|
-
#define TT_UCR_NEW_TAI_LUE
|
|
1143
|
+
#define TT_UCR_NEW_TAI_LUE (1UL << 31) /* U+1980-U+19DF */
|
|
1144
1144
|
|
|
1145
1145
|
/* ulUnicodeRange4 */
|
|
1146
1146
|
/* --------------- */
|
|
1147
1147
|
|
|
1148
1148
|
/* Bit 96 Buginese */
|
|
1149
|
-
#define TT_UCR_BUGINESE
|
|
1149
|
+
#define TT_UCR_BUGINESE (1UL << 0) /* U+1A00-U+1A1F */
|
|
1150
1150
|
/* Bit 97 Glagolitic */
|
|
1151
|
-
#define TT_UCR_GLAGOLITIC
|
|
1151
|
+
#define TT_UCR_GLAGOLITIC (1UL << 1) /* U+2C00-U+2C5F */
|
|
1152
1152
|
/* Bit 98 Tifinagh */
|
|
1153
|
-
#define TT_UCR_TIFINAGH
|
|
1153
|
+
#define TT_UCR_TIFINAGH (1UL << 2) /* U+2D30-U+2D7F */
|
|
1154
1154
|
/* Bit 99 Yijing Hexagram Symbols */
|
|
1155
|
-
#define TT_UCR_YIJING
|
|
1155
|
+
#define TT_UCR_YIJING (1UL << 3) /* U+4DC0-U+4DFF */
|
|
1156
1156
|
/* Bit 100 Syloti Nagri */
|
|
1157
|
-
#define TT_UCR_SYLOTI_NAGRI
|
|
1157
|
+
#define TT_UCR_SYLOTI_NAGRI (1UL << 4) /* U+A800-U+A82F */
|
|
1158
1158
|
/* Bit 101 Linear B Syllabary */
|
|
1159
1159
|
/* Linear B Ideograms */
|
|
1160
1160
|
/* Aegean Numbers */
|
|
1161
|
-
#define TT_UCR_LINEAR_B
|
|
1161
|
+
#define TT_UCR_LINEAR_B (1UL << 5) /*U+10000-U+1007F*/
|
|
1162
1162
|
/*U+10080-U+100FF*/
|
|
1163
1163
|
/*U+10100-U+1013F*/
|
|
1164
1164
|
/* Bit 102 Ancient Greek Numbers */
|
|
1165
|
-
#define TT_UCR_ANCIENT_GREEK_NUMBERS
|
|
1165
|
+
#define TT_UCR_ANCIENT_GREEK_NUMBERS (1UL << 6) /*U+10140-U+1018F*/
|
|
1166
1166
|
/* Bit 103 Ugaritic */
|
|
1167
|
-
#define TT_UCR_UGARITIC
|
|
1167
|
+
#define TT_UCR_UGARITIC (1UL << 7) /*U+10380-U+1039F*/
|
|
1168
1168
|
/* Bit 104 Old Persian */
|
|
1169
|
-
#define TT_UCR_OLD_PERSIAN
|
|
1169
|
+
#define TT_UCR_OLD_PERSIAN (1UL << 8) /*U+103A0-U+103DF*/
|
|
1170
1170
|
/* Bit 105 Shavian */
|
|
1171
|
-
#define TT_UCR_SHAVIAN
|
|
1171
|
+
#define TT_UCR_SHAVIAN (1UL << 9) /*U+10450-U+1047F*/
|
|
1172
1172
|
/* Bit 106 Osmanya */
|
|
1173
|
-
#define TT_UCR_OSMANYA
|
|
1173
|
+
#define TT_UCR_OSMANYA (1UL << 10) /*U+10480-U+104AF*/
|
|
1174
1174
|
/* Bit 107 Cypriot Syllabary */
|
|
1175
|
-
#define TT_UCR_CYPRIOT_SYLLABARY
|
|
1175
|
+
#define TT_UCR_CYPRIOT_SYLLABARY (1UL << 11) /*U+10800-U+1083F*/
|
|
1176
1176
|
/* Bit 108 Kharoshthi */
|
|
1177
|
-
#define TT_UCR_KHAROSHTHI
|
|
1177
|
+
#define TT_UCR_KHAROSHTHI (1UL << 12) /*U+10A00-U+10A5F*/
|
|
1178
1178
|
/* Bit 109 Tai Xuan Jing Symbols */
|
|
1179
|
-
#define TT_UCR_TAI_XUAN_JING
|
|
1179
|
+
#define TT_UCR_TAI_XUAN_JING (1UL << 13) /*U+1D300-U+1D35F*/
|
|
1180
1180
|
/* Bit 110 Cuneiform */
|
|
1181
1181
|
/* Cuneiform Numbers and Punctuation */
|
|
1182
|
-
#define TT_UCR_CUNEIFORM
|
|
1182
|
+
#define TT_UCR_CUNEIFORM (1UL << 14) /*U+12000-U+123FF*/
|
|
1183
1183
|
/*U+12400-U+1247F*/
|
|
1184
1184
|
/* Bit 111 Counting Rod Numerals */
|
|
1185
|
-
#define TT_UCR_COUNTING_ROD_NUMERALS
|
|
1185
|
+
#define TT_UCR_COUNTING_ROD_NUMERALS (1UL << 15) /*U+1D360-U+1D37F*/
|
|
1186
1186
|
/* Bit 112 Sundanese */
|
|
1187
|
-
#define TT_UCR_SUNDANESE
|
|
1187
|
+
#define TT_UCR_SUNDANESE (1UL << 16) /* U+1B80-U+1BBF */
|
|
1188
1188
|
/* Bit 113 Lepcha */
|
|
1189
|
-
#define TT_UCR_LEPCHA
|
|
1189
|
+
#define TT_UCR_LEPCHA (1UL << 17) /* U+1C00-U+1C4F */
|
|
1190
1190
|
/* Bit 114 Ol Chiki */
|
|
1191
|
-
#define TT_UCR_OL_CHIKI
|
|
1191
|
+
#define TT_UCR_OL_CHIKI (1UL << 18) /* U+1C50-U+1C7F */
|
|
1192
1192
|
/* Bit 115 Saurashtra */
|
|
1193
|
-
#define TT_UCR_SAURASHTRA
|
|
1193
|
+
#define TT_UCR_SAURASHTRA (1UL << 19) /* U+A880-U+A8DF */
|
|
1194
1194
|
/* Bit 116 Kayah Li */
|
|
1195
|
-
#define TT_UCR_KAYAH_LI
|
|
1195
|
+
#define TT_UCR_KAYAH_LI (1UL << 20) /* U+A900-U+A92F */
|
|
1196
1196
|
/* Bit 117 Rejang */
|
|
1197
|
-
#define TT_UCR_REJANG
|
|
1197
|
+
#define TT_UCR_REJANG (1UL << 21) /* U+A930-U+A95F */
|
|
1198
1198
|
/* Bit 118 Cham */
|
|
1199
|
-
#define TT_UCR_CHAM
|
|
1199
|
+
#define TT_UCR_CHAM (1UL << 22) /* U+AA00-U+AA5F */
|
|
1200
1200
|
/* Bit 119 Ancient Symbols */
|
|
1201
|
-
#define TT_UCR_ANCIENT_SYMBOLS
|
|
1201
|
+
#define TT_UCR_ANCIENT_SYMBOLS (1UL << 23) /*U+10190-U+101CF*/
|
|
1202
1202
|
/* Bit 120 Phaistos Disc */
|
|
1203
|
-
#define TT_UCR_PHAISTOS_DISC
|
|
1203
|
+
#define TT_UCR_PHAISTOS_DISC (1UL << 24) /*U+101D0-U+101FF*/
|
|
1204
1204
|
/* Bit 121 Carian */
|
|
1205
1205
|
/* Lycian */
|
|
1206
1206
|
/* Lydian */
|
|
1207
|
-
#define TT_UCR_OLD_ANATOLIAN
|
|
1207
|
+
#define TT_UCR_OLD_ANATOLIAN (1UL << 25) /*U+102A0-U+102DF*/
|
|
1208
1208
|
/*U+10280-U+1029F*/
|
|
1209
1209
|
/*U+10920-U+1093F*/
|
|
1210
1210
|
/* Bit 122 Domino Tiles */
|
|
1211
1211
|
/* Mahjong Tiles */
|
|
1212
|
-
#define TT_UCR_GAME_TILES
|
|
1212
|
+
#define TT_UCR_GAME_TILES (1UL << 26) /*U+1F030-U+1F09F*/
|
|
1213
1213
|
/*U+1F000-U+1F02F*/
|
|
1214
1214
|
/* Bit 123-127 Reserved for process-internal usage */
|
|
1215
1215
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Basic SFNT/TrueType tables definitions and interface
|
|
6
6
|
* (specification only).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 1996-
|
|
8
|
+
* Copyright (C) 1996-2025 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,
|
|
@@ -192,7 +192,7 @@ FT_BEGIN_HEADER
|
|
|
192
192
|
* A pointer into the 'hmtx' table.
|
|
193
193
|
*
|
|
194
194
|
* @note:
|
|
195
|
-
* For
|
|
195
|
+
* For OpenType Font Variations, the values of the following fields can
|
|
196
196
|
* change after a call to @FT_Set_Var_Design_Coordinates (and friends) if
|
|
197
197
|
* the font contains an 'MVAR' table: `caret_Slope_Rise`,
|
|
198
198
|
* `caret_Slope_Run`, and `caret_Offset`.
|
|
@@ -310,7 +310,7 @@ FT_BEGIN_HEADER
|
|
|
310
310
|
* A pointer into the 'vmtx' table.
|
|
311
311
|
*
|
|
312
312
|
* @note:
|
|
313
|
-
* For
|
|
313
|
+
* For OpenType Font Variations, the values of the following fields can
|
|
314
314
|
* change after a call to @FT_Set_Var_Design_Coordinates (and friends) if
|
|
315
315
|
* the font contains an 'MVAR' table: `Ascender`, `Descender`,
|
|
316
316
|
* `Line_Gap`, `caret_Slope_Rise`, `caret_Slope_Run`, and `caret_Offset`.
|
|
@@ -359,7 +359,7 @@ FT_BEGIN_HEADER
|
|
|
359
359
|
* table. In this case, the `version` field is always set to 0xFFFF.
|
|
360
360
|
*
|
|
361
361
|
* @note:
|
|
362
|
-
* For
|
|
362
|
+
* For OpenType Font Variations, the values of the following fields can
|
|
363
363
|
* change after a call to @FT_Set_Var_Design_Coordinates (and friends) if
|
|
364
364
|
* the font contains an 'MVAR' table: `sCapHeight`, `sTypoAscender`,
|
|
365
365
|
* `sTypoDescender`, `sTypoLineGap`, `sxHeight`, `usWinAscent`,
|
|
@@ -442,7 +442,7 @@ FT_BEGIN_HEADER
|
|
|
442
442
|
* them.
|
|
443
443
|
*
|
|
444
444
|
* @note:
|
|
445
|
-
* For
|
|
445
|
+
* For OpenType Font Variations, the values of the following fields can
|
|
446
446
|
* change after a call to @FT_Set_Var_Design_Coordinates (and friends) if
|
|
447
447
|
* the font contains an 'MVAR' table: `underlinePosition` and
|
|
448
448
|
* `underlineThickness`.
|
|
@@ -705,6 +705,9 @@ FT_BEGIN_HEADER
|
|
|
705
705
|
* definitions found in the @FT_TRUETYPE_TAGS_H file, or forge a new
|
|
706
706
|
* one with @FT_MAKE_TAG.
|
|
707
707
|
*
|
|
708
|
+
* [Since 2.14] Use value~1 if you want to access the table directory
|
|
709
|
+
* of the (currently selected) font.
|
|
710
|
+
*
|
|
708
711
|
* offset ::
|
|
709
712
|
* The starting offset in the table (or file if tag~==~0).
|
|
710
713
|
*
|