jassub 1.7.10 → 1.7.12
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/LICENSE +22 -22
- package/README.md +251 -251
- package/dist/jassub-worker.wasm +0 -0
- package/dist/jassub-worker.wasm.js +1 -1
- package/dist/jassub.es.js +1 -1
- package/dist/jassub.umd.js +1 -1
- package/dist/js/jassub-worker.js +4 -4
- package/dist/js/jassub-worker.wasm +0 -0
- package/dist/js/jassub-worker.wasm.js +26 -25
- package/dist/js/jassub.js +832 -832
- package/dist/libraries/bin/brotli.js +1 -0
- package/dist/libraries/include/ass/ass.h +812 -0
- package/dist/libraries/include/ass/ass_types.h +292 -0
- package/dist/libraries/include/brotli/decode.h +344 -0
- package/dist/libraries/include/brotli/encode.h +448 -0
- package/dist/libraries/include/brotli/port.h +288 -0
- package/dist/libraries/include/brotli/types.h +83 -0
- package/dist/libraries/include/expat.h +1064 -0
- package/dist/libraries/include/expat_config.h +115 -0
- package/dist/libraries/include/expat_external.h +165 -0
- package/dist/libraries/include/fontconfig/fcfreetype.h +59 -0
- package/dist/libraries/include/fontconfig/fcprivate.h +134 -0
- package/dist/libraries/include/fontconfig/fontconfig.h +1154 -0
- package/dist/libraries/include/freetype2/freetype/config/ftconfig.h +63 -0
- package/dist/libraries/include/freetype2/freetype/config/ftheader.h +824 -0
- package/dist/libraries/include/freetype2/freetype/config/ftmodule.h +20 -0
- package/dist/libraries/include/freetype2/freetype/config/ftoption.h +1011 -0
- package/dist/libraries/include/freetype2/freetype/config/ftstdlib.h +175 -0
- package/dist/libraries/include/freetype2/freetype/config/integer-types.h +245 -0
- package/dist/libraries/include/freetype2/freetype/config/mac-support.h +49 -0
- package/dist/libraries/include/freetype2/freetype/config/public-macros.h +120 -0
- package/dist/libraries/include/freetype2/freetype/freetype.h +4833 -0
- package/dist/libraries/include/freetype2/freetype/ftadvanc.h +188 -0
- package/dist/libraries/include/freetype2/freetype/ftbbox.h +101 -0
- package/dist/libraries/include/freetype2/freetype/ftbdf.h +212 -0
- package/dist/libraries/include/freetype2/freetype/ftbitmap.h +329 -0
- package/dist/libraries/include/freetype2/freetype/ftbzip2.h +102 -0
- package/dist/libraries/include/freetype2/freetype/ftcache.h +1087 -0
- package/dist/libraries/include/freetype2/freetype/ftchapters.h +147 -0
- package/dist/libraries/include/freetype2/freetype/ftcid.h +167 -0
- package/dist/libraries/include/freetype2/freetype/ftcolor.h +1609 -0
- package/dist/libraries/include/freetype2/freetype/ftdriver.h +1193 -0
- package/dist/libraries/include/freetype2/freetype/fterrdef.h +279 -0
- package/dist/libraries/include/freetype2/freetype/fterrors.h +296 -0
- package/dist/libraries/include/freetype2/freetype/ftfntfmt.h +93 -0
- package/dist/libraries/include/freetype2/freetype/ftgasp.h +143 -0
- package/dist/libraries/include/freetype2/freetype/ftglyph.h +664 -0
- package/dist/libraries/include/freetype2/freetype/ftgxval.h +354 -0
- package/dist/libraries/include/freetype2/freetype/ftgzip.h +151 -0
- package/dist/libraries/include/freetype2/freetype/ftimage.h +1276 -0
- package/dist/libraries/include/freetype2/freetype/ftincrem.h +348 -0
- package/dist/libraries/include/freetype2/freetype/ftlcdfil.h +323 -0
- package/dist/libraries/include/freetype2/freetype/ftlist.h +296 -0
- package/dist/libraries/include/freetype2/freetype/ftlogging.h +184 -0
- package/dist/libraries/include/freetype2/freetype/ftlzw.h +100 -0
- package/dist/libraries/include/freetype2/freetype/ftmac.h +289 -0
- package/dist/libraries/include/freetype2/freetype/ftmm.h +752 -0
- package/dist/libraries/include/freetype2/freetype/ftmodapi.h +806 -0
- package/dist/libraries/include/freetype2/freetype/ftmoderr.h +204 -0
- package/dist/libraries/include/freetype2/freetype/ftotval.h +206 -0
- package/dist/libraries/include/freetype2/freetype/ftoutln.h +586 -0
- package/dist/libraries/include/freetype2/freetype/ftparams.h +203 -0
- package/dist/libraries/include/freetype2/freetype/ftpfr.h +179 -0
- package/dist/libraries/include/freetype2/freetype/ftrender.h +244 -0
- package/dist/libraries/include/freetype2/freetype/ftsizes.h +159 -0
- package/dist/libraries/include/freetype2/freetype/ftsnames.h +272 -0
- package/dist/libraries/include/freetype2/freetype/ftstroke.h +773 -0
- package/dist/libraries/include/freetype2/freetype/ftsynth.h +83 -0
- package/dist/libraries/include/freetype2/freetype/ftsystem.h +352 -0
- package/dist/libraries/include/freetype2/freetype/fttrigon.h +350 -0
- package/dist/libraries/include/freetype2/freetype/fttypes.h +615 -0
- package/dist/libraries/include/freetype2/freetype/ftwinfnt.h +276 -0
- package/dist/libraries/include/freetype2/freetype/t1tables.h +773 -0
- package/dist/libraries/include/freetype2/freetype/ttnameid.h +1235 -0
- package/dist/libraries/include/freetype2/freetype/tttables.h +855 -0
- package/dist/libraries/include/freetype2/freetype/tttags.h +123 -0
- package/dist/libraries/include/freetype2/ft2build.h +42 -0
- package/dist/libraries/include/fribidi/fribidi-arabic.h +81 -0
- package/dist/libraries/include/fribidi/fribidi-begindecls.h +3 -0
- package/dist/libraries/include/fribidi/fribidi-bidi-types-list.h +96 -0
- package/dist/libraries/include/fribidi/fribidi-bidi-types.h +405 -0
- package/dist/libraries/include/fribidi/fribidi-bidi.h +142 -0
- package/dist/libraries/include/fribidi/fribidi-brackets.h +89 -0
- package/dist/libraries/include/fribidi/fribidi-char-sets-list.h +54 -0
- package/dist/libraries/include/fribidi/fribidi-char-sets.h +106 -0
- package/dist/libraries/include/fribidi/fribidi-common.h +158 -0
- package/dist/libraries/include/fribidi/fribidi-config.h +23 -0
- package/dist/libraries/include/fribidi/fribidi-deprecated.h +175 -0
- package/dist/libraries/include/fribidi/fribidi-enddecls.h +3 -0
- package/dist/libraries/include/fribidi/fribidi-flags.h +72 -0
- package/dist/libraries/include/fribidi/fribidi-joining-types-list.h +44 -0
- package/dist/libraries/include/fribidi/fribidi-joining-types.h +249 -0
- package/dist/libraries/include/fribidi/fribidi-joining.h +74 -0
- package/dist/libraries/include/fribidi/fribidi-mirroring.h +86 -0
- package/dist/libraries/include/fribidi/fribidi-shape.h +71 -0
- package/dist/libraries/include/fribidi/fribidi-types.h +79 -0
- package/dist/libraries/include/fribidi/fribidi-unicode-version.h +10 -0
- package/dist/libraries/include/fribidi/fribidi-unicode.h +105 -0
- package/dist/libraries/include/fribidi/fribidi.h +129 -0
- package/dist/libraries/include/harfbuzz/hb-aat-layout.h +795 -0
- package/dist/libraries/include/harfbuzz/hb-aat.h +38 -0
- package/dist/libraries/include/harfbuzz/hb-blob.h +160 -0
- package/dist/libraries/include/harfbuzz/hb-buffer.h +799 -0
- package/dist/libraries/include/harfbuzz/hb-common.h +902 -0
- package/dist/libraries/include/harfbuzz/hb-cplusplus.hh +221 -0
- package/dist/libraries/include/harfbuzz/hb-deprecated.h +251 -0
- package/dist/libraries/include/harfbuzz/hb-draw.h +325 -0
- package/dist/libraries/include/harfbuzz/hb-face.h +181 -0
- package/dist/libraries/include/harfbuzz/hb-font.h +1108 -0
- package/dist/libraries/include/harfbuzz/hb-ft.h +145 -0
- package/dist/libraries/include/harfbuzz/hb-map.h +124 -0
- package/dist/libraries/include/harfbuzz/hb-ot-color.h +146 -0
- package/dist/libraries/include/harfbuzz/hb-ot-deprecated.h +141 -0
- package/dist/libraries/include/harfbuzz/hb-ot-font.h +45 -0
- package/dist/libraries/include/harfbuzz/hb-ot-layout.h +503 -0
- package/dist/libraries/include/harfbuzz/hb-ot-math.h +333 -0
- package/dist/libraries/include/harfbuzz/hb-ot-meta.h +72 -0
- package/dist/libraries/include/harfbuzz/hb-ot-metrics.h +129 -0
- package/dist/libraries/include/harfbuzz/hb-ot-name.h +158 -0
- package/dist/libraries/include/harfbuzz/hb-ot-shape.h +53 -0
- package/dist/libraries/include/harfbuzz/hb-ot-var.h +191 -0
- package/dist/libraries/include/harfbuzz/hb-ot.h +49 -0
- package/dist/libraries/include/harfbuzz/hb-set.h +200 -0
- package/dist/libraries/include/harfbuzz/hb-shape-plan.h +122 -0
- package/dist/libraries/include/harfbuzz/hb-shape.h +62 -0
- package/dist/libraries/include/harfbuzz/hb-style.h +81 -0
- package/dist/libraries/include/harfbuzz/hb-subset-repacker.h +81 -0
- package/dist/libraries/include/harfbuzz/hb-subset.h +234 -0
- package/dist/libraries/include/harfbuzz/hb-unicode.h +643 -0
- package/dist/libraries/include/harfbuzz/hb-version.h +95 -0
- package/dist/libraries/include/harfbuzz/hb.h +50 -0
- package/dist/libraries/lib/cmake/expat-2.4.7/expat-config-version.cmake +70 -0
- package/dist/libraries/lib/cmake/expat-2.4.7/expat-config.cmake +99 -0
- package/dist/libraries/lib/cmake/expat-2.4.7/expat-noconfig.cmake +19 -0
- package/dist/libraries/lib/cmake/expat-2.4.7/expat.cmake +99 -0
- package/dist/libraries/lib/libass.a +0 -0
- package/dist/libraries/lib/libass.la +41 -0
- package/dist/libraries/lib/libbrotlicommon.a +0 -0
- package/dist/libraries/lib/libbrotlidec.a +0 -0
- package/dist/libraries/lib/libbrotlienc.a +0 -0
- package/dist/libraries/lib/libexpat.a +0 -0
- package/dist/libraries/lib/libfontconfig.a +0 -0
- package/dist/libraries/lib/libfontconfig.la +41 -0
- package/dist/libraries/lib/libfreetype.a +0 -0
- package/dist/libraries/lib/libfreetype.la +41 -0
- package/dist/libraries/lib/libfribidi.a +0 -0
- package/dist/libraries/lib/libfribidi.la +41 -0
- package/dist/libraries/lib/libharfbuzz-subset.a +0 -0
- package/dist/libraries/lib/libharfbuzz-subset.la +41 -0
- package/dist/libraries/lib/libharfbuzz.a +0 -0
- package/dist/libraries/lib/libharfbuzz.la +41 -0
- package/dist/libraries/lib/pkgconfig/expat.pc +11 -0
- package/dist/libraries/lib/pkgconfig/fontconfig.pc +18 -0
- package/dist/libraries/lib/pkgconfig/freetype2.pc +14 -0
- package/dist/libraries/lib/pkgconfig/fribidi.pc +13 -0
- package/dist/libraries/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- package/dist/libraries/lib/pkgconfig/harfbuzz.pc +13 -0
- package/dist/libraries/lib/pkgconfig/libass.pc +13 -0
- package/dist/libraries/lib/pkgconfig/libbrotlicommon.pc +11 -0
- package/dist/libraries/lib/pkgconfig/libbrotlidec.pc +12 -0
- package/dist/libraries/lib/pkgconfig/libbrotlienc.pc +12 -0
- package/dist/libraries/share/aclocal/freetype2.m4 +194 -0
- package/dist/libraries/share/doc/expat/AUTHORS +10 -0
- package/dist/libraries/share/doc/expat/changelog +1161 -0
- package/index.d.ts +115 -115
- package/package.json +1 -1
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
*
|
|
3
|
+
* fterrdef.h
|
|
4
|
+
*
|
|
5
|
+
* FreeType error codes (specification).
|
|
6
|
+
*
|
|
7
|
+
* Copyright (C) 2002-2021 by
|
|
8
|
+
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
|
+
*
|
|
10
|
+
* This file is part of the FreeType project, and may only be used,
|
|
11
|
+
* modified, and distributed under the terms of the FreeType project
|
|
12
|
+
* license, LICENSE.TXT. By continuing to use, modify, or distribute
|
|
13
|
+
* this file you indicate that you have read the license and
|
|
14
|
+
* understand and accept it fully.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
/**************************************************************************
|
|
20
|
+
*
|
|
21
|
+
* @section:
|
|
22
|
+
* error_code_values
|
|
23
|
+
*
|
|
24
|
+
* @title:
|
|
25
|
+
* Error Code Values
|
|
26
|
+
*
|
|
27
|
+
* @abstract:
|
|
28
|
+
* All possible error codes returned by FreeType functions.
|
|
29
|
+
*
|
|
30
|
+
* @description:
|
|
31
|
+
* The list below is taken verbatim from the file `fterrdef.h` (loaded
|
|
32
|
+
* automatically by including `FT_FREETYPE_H`). The first argument of the
|
|
33
|
+
* `FT_ERROR_DEF_` macro is the error label; by default, the prefix
|
|
34
|
+
* `FT_Err_` gets added so that you get error names like
|
|
35
|
+
* `FT_Err_Cannot_Open_Resource`. The second argument is the error code,
|
|
36
|
+
* and the last argument an error string, which is not used by FreeType.
|
|
37
|
+
*
|
|
38
|
+
* Within your application you should **only** use error names and
|
|
39
|
+
* **never** its numeric values! The latter might (and actually do)
|
|
40
|
+
* change in forthcoming FreeType versions.
|
|
41
|
+
*
|
|
42
|
+
* Macro `FT_NOERRORDEF_` defines `FT_Err_Ok`, which is always zero. See
|
|
43
|
+
* the 'Error Enumerations' subsection how to automatically generate a
|
|
44
|
+
* list of error strings.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
/**************************************************************************
|
|
50
|
+
*
|
|
51
|
+
* @enum:
|
|
52
|
+
* FT_Err_XXX
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
/* generic errors */
|
|
57
|
+
|
|
58
|
+
FT_NOERRORDEF_( Ok, 0x00,
|
|
59
|
+
"no error" )
|
|
60
|
+
|
|
61
|
+
FT_ERRORDEF_( Cannot_Open_Resource, 0x01,
|
|
62
|
+
"cannot open resource" )
|
|
63
|
+
FT_ERRORDEF_( Unknown_File_Format, 0x02,
|
|
64
|
+
"unknown file format" )
|
|
65
|
+
FT_ERRORDEF_( Invalid_File_Format, 0x03,
|
|
66
|
+
"broken file" )
|
|
67
|
+
FT_ERRORDEF_( Invalid_Version, 0x04,
|
|
68
|
+
"invalid FreeType version" )
|
|
69
|
+
FT_ERRORDEF_( Lower_Module_Version, 0x05,
|
|
70
|
+
"module version is too low" )
|
|
71
|
+
FT_ERRORDEF_( Invalid_Argument, 0x06,
|
|
72
|
+
"invalid argument" )
|
|
73
|
+
FT_ERRORDEF_( Unimplemented_Feature, 0x07,
|
|
74
|
+
"unimplemented feature" )
|
|
75
|
+
FT_ERRORDEF_( Invalid_Table, 0x08,
|
|
76
|
+
"broken table" )
|
|
77
|
+
FT_ERRORDEF_( Invalid_Offset, 0x09,
|
|
78
|
+
"broken offset within table" )
|
|
79
|
+
FT_ERRORDEF_( Array_Too_Large, 0x0A,
|
|
80
|
+
"array allocation size too large" )
|
|
81
|
+
FT_ERRORDEF_( Missing_Module, 0x0B,
|
|
82
|
+
"missing module" )
|
|
83
|
+
FT_ERRORDEF_( Missing_Property, 0x0C,
|
|
84
|
+
"missing property" )
|
|
85
|
+
|
|
86
|
+
/* glyph/character errors */
|
|
87
|
+
|
|
88
|
+
FT_ERRORDEF_( Invalid_Glyph_Index, 0x10,
|
|
89
|
+
"invalid glyph index" )
|
|
90
|
+
FT_ERRORDEF_( Invalid_Character_Code, 0x11,
|
|
91
|
+
"invalid character code" )
|
|
92
|
+
FT_ERRORDEF_( Invalid_Glyph_Format, 0x12,
|
|
93
|
+
"unsupported glyph image format" )
|
|
94
|
+
FT_ERRORDEF_( Cannot_Render_Glyph, 0x13,
|
|
95
|
+
"cannot render this glyph format" )
|
|
96
|
+
FT_ERRORDEF_( Invalid_Outline, 0x14,
|
|
97
|
+
"invalid outline" )
|
|
98
|
+
FT_ERRORDEF_( Invalid_Composite, 0x15,
|
|
99
|
+
"invalid composite glyph" )
|
|
100
|
+
FT_ERRORDEF_( Too_Many_Hints, 0x16,
|
|
101
|
+
"too many hints" )
|
|
102
|
+
FT_ERRORDEF_( Invalid_Pixel_Size, 0x17,
|
|
103
|
+
"invalid pixel size" )
|
|
104
|
+
|
|
105
|
+
/* handle errors */
|
|
106
|
+
|
|
107
|
+
FT_ERRORDEF_( Invalid_Handle, 0x20,
|
|
108
|
+
"invalid object handle" )
|
|
109
|
+
FT_ERRORDEF_( Invalid_Library_Handle, 0x21,
|
|
110
|
+
"invalid library handle" )
|
|
111
|
+
FT_ERRORDEF_( Invalid_Driver_Handle, 0x22,
|
|
112
|
+
"invalid module handle" )
|
|
113
|
+
FT_ERRORDEF_( Invalid_Face_Handle, 0x23,
|
|
114
|
+
"invalid face handle" )
|
|
115
|
+
FT_ERRORDEF_( Invalid_Size_Handle, 0x24,
|
|
116
|
+
"invalid size handle" )
|
|
117
|
+
FT_ERRORDEF_( Invalid_Slot_Handle, 0x25,
|
|
118
|
+
"invalid glyph slot handle" )
|
|
119
|
+
FT_ERRORDEF_( Invalid_CharMap_Handle, 0x26,
|
|
120
|
+
"invalid charmap handle" )
|
|
121
|
+
FT_ERRORDEF_( Invalid_Cache_Handle, 0x27,
|
|
122
|
+
"invalid cache manager handle" )
|
|
123
|
+
FT_ERRORDEF_( Invalid_Stream_Handle, 0x28,
|
|
124
|
+
"invalid stream handle" )
|
|
125
|
+
|
|
126
|
+
/* driver errors */
|
|
127
|
+
|
|
128
|
+
FT_ERRORDEF_( Too_Many_Drivers, 0x30,
|
|
129
|
+
"too many modules" )
|
|
130
|
+
FT_ERRORDEF_( Too_Many_Extensions, 0x31,
|
|
131
|
+
"too many extensions" )
|
|
132
|
+
|
|
133
|
+
/* memory errors */
|
|
134
|
+
|
|
135
|
+
FT_ERRORDEF_( Out_Of_Memory, 0x40,
|
|
136
|
+
"out of memory" )
|
|
137
|
+
FT_ERRORDEF_( Unlisted_Object, 0x41,
|
|
138
|
+
"unlisted object" )
|
|
139
|
+
|
|
140
|
+
/* stream errors */
|
|
141
|
+
|
|
142
|
+
FT_ERRORDEF_( Cannot_Open_Stream, 0x51,
|
|
143
|
+
"cannot open stream" )
|
|
144
|
+
FT_ERRORDEF_( Invalid_Stream_Seek, 0x52,
|
|
145
|
+
"invalid stream seek" )
|
|
146
|
+
FT_ERRORDEF_( Invalid_Stream_Skip, 0x53,
|
|
147
|
+
"invalid stream skip" )
|
|
148
|
+
FT_ERRORDEF_( Invalid_Stream_Read, 0x54,
|
|
149
|
+
"invalid stream read" )
|
|
150
|
+
FT_ERRORDEF_( Invalid_Stream_Operation, 0x55,
|
|
151
|
+
"invalid stream operation" )
|
|
152
|
+
FT_ERRORDEF_( Invalid_Frame_Operation, 0x56,
|
|
153
|
+
"invalid frame operation" )
|
|
154
|
+
FT_ERRORDEF_( Nested_Frame_Access, 0x57,
|
|
155
|
+
"nested frame access" )
|
|
156
|
+
FT_ERRORDEF_( Invalid_Frame_Read, 0x58,
|
|
157
|
+
"invalid frame read" )
|
|
158
|
+
|
|
159
|
+
/* raster errors */
|
|
160
|
+
|
|
161
|
+
FT_ERRORDEF_( Raster_Uninitialized, 0x60,
|
|
162
|
+
"raster uninitialized" )
|
|
163
|
+
FT_ERRORDEF_( Raster_Corrupted, 0x61,
|
|
164
|
+
"raster corrupted" )
|
|
165
|
+
FT_ERRORDEF_( Raster_Overflow, 0x62,
|
|
166
|
+
"raster overflow" )
|
|
167
|
+
FT_ERRORDEF_( Raster_Negative_Height, 0x63,
|
|
168
|
+
"negative height while rastering" )
|
|
169
|
+
|
|
170
|
+
/* cache errors */
|
|
171
|
+
|
|
172
|
+
FT_ERRORDEF_( Too_Many_Caches, 0x70,
|
|
173
|
+
"too many registered caches" )
|
|
174
|
+
|
|
175
|
+
/* TrueType and SFNT errors */
|
|
176
|
+
|
|
177
|
+
FT_ERRORDEF_( Invalid_Opcode, 0x80,
|
|
178
|
+
"invalid opcode" )
|
|
179
|
+
FT_ERRORDEF_( Too_Few_Arguments, 0x81,
|
|
180
|
+
"too few arguments" )
|
|
181
|
+
FT_ERRORDEF_( Stack_Overflow, 0x82,
|
|
182
|
+
"stack overflow" )
|
|
183
|
+
FT_ERRORDEF_( Code_Overflow, 0x83,
|
|
184
|
+
"code overflow" )
|
|
185
|
+
FT_ERRORDEF_( Bad_Argument, 0x84,
|
|
186
|
+
"bad argument" )
|
|
187
|
+
FT_ERRORDEF_( Divide_By_Zero, 0x85,
|
|
188
|
+
"division by zero" )
|
|
189
|
+
FT_ERRORDEF_( Invalid_Reference, 0x86,
|
|
190
|
+
"invalid reference" )
|
|
191
|
+
FT_ERRORDEF_( Debug_OpCode, 0x87,
|
|
192
|
+
"found debug opcode" )
|
|
193
|
+
FT_ERRORDEF_( ENDF_In_Exec_Stream, 0x88,
|
|
194
|
+
"found ENDF opcode in execution stream" )
|
|
195
|
+
FT_ERRORDEF_( Nested_DEFS, 0x89,
|
|
196
|
+
"nested DEFS" )
|
|
197
|
+
FT_ERRORDEF_( Invalid_CodeRange, 0x8A,
|
|
198
|
+
"invalid code range" )
|
|
199
|
+
FT_ERRORDEF_( Execution_Too_Long, 0x8B,
|
|
200
|
+
"execution context too long" )
|
|
201
|
+
FT_ERRORDEF_( Too_Many_Function_Defs, 0x8C,
|
|
202
|
+
"too many function definitions" )
|
|
203
|
+
FT_ERRORDEF_( Too_Many_Instruction_Defs, 0x8D,
|
|
204
|
+
"too many instruction definitions" )
|
|
205
|
+
FT_ERRORDEF_( Table_Missing, 0x8E,
|
|
206
|
+
"SFNT font table missing" )
|
|
207
|
+
FT_ERRORDEF_( Horiz_Header_Missing, 0x8F,
|
|
208
|
+
"horizontal header (hhea) table missing" )
|
|
209
|
+
FT_ERRORDEF_( Locations_Missing, 0x90,
|
|
210
|
+
"locations (loca) table missing" )
|
|
211
|
+
FT_ERRORDEF_( Name_Table_Missing, 0x91,
|
|
212
|
+
"name table missing" )
|
|
213
|
+
FT_ERRORDEF_( CMap_Table_Missing, 0x92,
|
|
214
|
+
"character map (cmap) table missing" )
|
|
215
|
+
FT_ERRORDEF_( Hmtx_Table_Missing, 0x93,
|
|
216
|
+
"horizontal metrics (hmtx) table missing" )
|
|
217
|
+
FT_ERRORDEF_( Post_Table_Missing, 0x94,
|
|
218
|
+
"PostScript (post) table missing" )
|
|
219
|
+
FT_ERRORDEF_( Invalid_Horiz_Metrics, 0x95,
|
|
220
|
+
"invalid horizontal metrics" )
|
|
221
|
+
FT_ERRORDEF_( Invalid_CharMap_Format, 0x96,
|
|
222
|
+
"invalid character map (cmap) format" )
|
|
223
|
+
FT_ERRORDEF_( Invalid_PPem, 0x97,
|
|
224
|
+
"invalid ppem value" )
|
|
225
|
+
FT_ERRORDEF_( Invalid_Vert_Metrics, 0x98,
|
|
226
|
+
"invalid vertical metrics" )
|
|
227
|
+
FT_ERRORDEF_( Could_Not_Find_Context, 0x99,
|
|
228
|
+
"could not find context" )
|
|
229
|
+
FT_ERRORDEF_( Invalid_Post_Table_Format, 0x9A,
|
|
230
|
+
"invalid PostScript (post) table format" )
|
|
231
|
+
FT_ERRORDEF_( Invalid_Post_Table, 0x9B,
|
|
232
|
+
"invalid PostScript (post) table" )
|
|
233
|
+
FT_ERRORDEF_( DEF_In_Glyf_Bytecode, 0x9C,
|
|
234
|
+
"found FDEF or IDEF opcode in glyf bytecode" )
|
|
235
|
+
FT_ERRORDEF_( Missing_Bitmap, 0x9D,
|
|
236
|
+
"missing bitmap in strike" )
|
|
237
|
+
|
|
238
|
+
/* CFF, CID, and Type 1 errors */
|
|
239
|
+
|
|
240
|
+
FT_ERRORDEF_( Syntax_Error, 0xA0,
|
|
241
|
+
"opcode syntax error" )
|
|
242
|
+
FT_ERRORDEF_( Stack_Underflow, 0xA1,
|
|
243
|
+
"argument stack underflow" )
|
|
244
|
+
FT_ERRORDEF_( Ignore, 0xA2,
|
|
245
|
+
"ignore" )
|
|
246
|
+
FT_ERRORDEF_( No_Unicode_Glyph_Name, 0xA3,
|
|
247
|
+
"no Unicode glyph name found" )
|
|
248
|
+
FT_ERRORDEF_( Glyph_Too_Big, 0xA4,
|
|
249
|
+
"glyph too big for hinting" )
|
|
250
|
+
|
|
251
|
+
/* BDF errors */
|
|
252
|
+
|
|
253
|
+
FT_ERRORDEF_( Missing_Startfont_Field, 0xB0,
|
|
254
|
+
"`STARTFONT' field missing" )
|
|
255
|
+
FT_ERRORDEF_( Missing_Font_Field, 0xB1,
|
|
256
|
+
"`FONT' field missing" )
|
|
257
|
+
FT_ERRORDEF_( Missing_Size_Field, 0xB2,
|
|
258
|
+
"`SIZE' field missing" )
|
|
259
|
+
FT_ERRORDEF_( Missing_Fontboundingbox_Field, 0xB3,
|
|
260
|
+
"`FONTBOUNDINGBOX' field missing" )
|
|
261
|
+
FT_ERRORDEF_( Missing_Chars_Field, 0xB4,
|
|
262
|
+
"`CHARS' field missing" )
|
|
263
|
+
FT_ERRORDEF_( Missing_Startchar_Field, 0xB5,
|
|
264
|
+
"`STARTCHAR' field missing" )
|
|
265
|
+
FT_ERRORDEF_( Missing_Encoding_Field, 0xB6,
|
|
266
|
+
"`ENCODING' field missing" )
|
|
267
|
+
FT_ERRORDEF_( Missing_Bbx_Field, 0xB7,
|
|
268
|
+
"`BBX' field missing" )
|
|
269
|
+
FT_ERRORDEF_( Bbx_Too_Big, 0xB8,
|
|
270
|
+
"`BBX' too big" )
|
|
271
|
+
FT_ERRORDEF_( Corrupted_Font_Header, 0xB9,
|
|
272
|
+
"Font header corrupted or missing fields" )
|
|
273
|
+
FT_ERRORDEF_( Corrupted_Font_Glyphs, 0xBA,
|
|
274
|
+
"Font glyphs corrupted or missing fields" )
|
|
275
|
+
|
|
276
|
+
/* */
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
/* END */
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
*
|
|
3
|
+
* fterrors.h
|
|
4
|
+
*
|
|
5
|
+
* FreeType error code handling (specification).
|
|
6
|
+
*
|
|
7
|
+
* Copyright (C) 1996-2021 by
|
|
8
|
+
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
|
+
*
|
|
10
|
+
* This file is part of the FreeType project, and may only be used,
|
|
11
|
+
* modified, and distributed under the terms of the FreeType project
|
|
12
|
+
* license, LICENSE.TXT. By continuing to use, modify, or distribute
|
|
13
|
+
* this file you indicate that you have read the license and
|
|
14
|
+
* understand and accept it fully.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
/**************************************************************************
|
|
20
|
+
*
|
|
21
|
+
* @section:
|
|
22
|
+
* error_enumerations
|
|
23
|
+
*
|
|
24
|
+
* @title:
|
|
25
|
+
* Error Enumerations
|
|
26
|
+
*
|
|
27
|
+
* @abstract:
|
|
28
|
+
* How to handle errors and error strings.
|
|
29
|
+
*
|
|
30
|
+
* @description:
|
|
31
|
+
* The header file `fterrors.h` (which is automatically included by
|
|
32
|
+
* `freetype.h` defines the handling of FreeType's enumeration
|
|
33
|
+
* constants. It can also be used to generate error message strings
|
|
34
|
+
* with a small macro trick explained below.
|
|
35
|
+
*
|
|
36
|
+
* **Error Formats**
|
|
37
|
+
*
|
|
38
|
+
* The configuration macro `FT_CONFIG_OPTION_USE_MODULE_ERRORS` can be
|
|
39
|
+
* defined in `ftoption.h` in order to make the higher byte indicate the
|
|
40
|
+
* module where the error has happened (this is not compatible with
|
|
41
|
+
* standard builds of FreeType~2, however). See the file `ftmoderr.h`
|
|
42
|
+
* for more details.
|
|
43
|
+
*
|
|
44
|
+
* **Error Message Strings**
|
|
45
|
+
*
|
|
46
|
+
* Error definitions are set up with special macros that allow client
|
|
47
|
+
* applications to build a table of error message strings. The strings
|
|
48
|
+
* are not included in a normal build of FreeType~2 to save space (most
|
|
49
|
+
* client applications do not use them).
|
|
50
|
+
*
|
|
51
|
+
* To do so, you have to define the following macros before including
|
|
52
|
+
* this file.
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
* FT_ERROR_START_LIST
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* This macro is called before anything else to define the start of the
|
|
59
|
+
* error list. It is followed by several `FT_ERROR_DEF` calls.
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
* FT_ERROR_DEF( e, v, s )
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* This macro is called to define one single error. 'e' is the error
|
|
66
|
+
* code identifier (e.g., `Invalid_Argument`), 'v' is the error's
|
|
67
|
+
* numerical value, and 's' is the corresponding error string.
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
* FT_ERROR_END_LIST
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* This macro ends the list.
|
|
74
|
+
*
|
|
75
|
+
* Additionally, you have to undefine `FTERRORS_H_` before #including
|
|
76
|
+
* this file.
|
|
77
|
+
*
|
|
78
|
+
* Here is a simple example.
|
|
79
|
+
*
|
|
80
|
+
* ```
|
|
81
|
+
* #undef FTERRORS_H_
|
|
82
|
+
* #define FT_ERRORDEF( e, v, s ) { e, s },
|
|
83
|
+
* #define FT_ERROR_START_LIST {
|
|
84
|
+
* #define FT_ERROR_END_LIST { 0, NULL } };
|
|
85
|
+
*
|
|
86
|
+
* const struct
|
|
87
|
+
* {
|
|
88
|
+
* int err_code;
|
|
89
|
+
* const char* err_msg;
|
|
90
|
+
* } ft_errors[] =
|
|
91
|
+
*
|
|
92
|
+
* #include <freetype/fterrors.h>
|
|
93
|
+
* ```
|
|
94
|
+
*
|
|
95
|
+
* An alternative to using an array is a switch statement.
|
|
96
|
+
*
|
|
97
|
+
* ```
|
|
98
|
+
* #undef FTERRORS_H_
|
|
99
|
+
* #define FT_ERROR_START_LIST switch ( error_code ) {
|
|
100
|
+
* #define FT_ERRORDEF( e, v, s ) case v: return s;
|
|
101
|
+
* #define FT_ERROR_END_LIST }
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* If you use `FT_CONFIG_OPTION_USE_MODULE_ERRORS`, `error_code` should
|
|
105
|
+
* be replaced with `FT_ERROR_BASE(error_code)` in the last example.
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
/* */
|
|
109
|
+
|
|
110
|
+
/* In previous FreeType versions we used `__FTERRORS_H__`. However, */
|
|
111
|
+
/* using two successive underscores in a non-system symbol name */
|
|
112
|
+
/* violates the C (and C++) standard, so it was changed to the */
|
|
113
|
+
/* current form. In spite of this, we have to make */
|
|
114
|
+
/* */
|
|
115
|
+
/* ``` */
|
|
116
|
+
/* #undefine __FTERRORS_H__ */
|
|
117
|
+
/* ``` */
|
|
118
|
+
/* */
|
|
119
|
+
/* work for backward compatibility. */
|
|
120
|
+
/* */
|
|
121
|
+
#if !( defined( FTERRORS_H_ ) && defined ( __FTERRORS_H__ ) )
|
|
122
|
+
#define FTERRORS_H_
|
|
123
|
+
#define __FTERRORS_H__
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
/* include module base error codes */
|
|
127
|
+
#include <freetype/ftmoderr.h>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
/*******************************************************************/
|
|
131
|
+
/*******************************************************************/
|
|
132
|
+
/***** *****/
|
|
133
|
+
/***** SETUP MACROS *****/
|
|
134
|
+
/***** *****/
|
|
135
|
+
/*******************************************************************/
|
|
136
|
+
/*******************************************************************/
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
#undef FT_NEED_EXTERN_C
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
/* FT_ERR_PREFIX is used as a prefix for error identifiers. */
|
|
143
|
+
/* By default, we use `FT_Err_`. */
|
|
144
|
+
/* */
|
|
145
|
+
#ifndef FT_ERR_PREFIX
|
|
146
|
+
#define FT_ERR_PREFIX FT_Err_
|
|
147
|
+
#endif
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
/* FT_ERR_BASE is used as the base for module-specific errors. */
|
|
151
|
+
/* */
|
|
152
|
+
#ifdef FT_CONFIG_OPTION_USE_MODULE_ERRORS
|
|
153
|
+
|
|
154
|
+
#ifndef FT_ERR_BASE
|
|
155
|
+
#define FT_ERR_BASE FT_Mod_Err_Base
|
|
156
|
+
#endif
|
|
157
|
+
|
|
158
|
+
#else
|
|
159
|
+
|
|
160
|
+
#undef FT_ERR_BASE
|
|
161
|
+
#define FT_ERR_BASE 0
|
|
162
|
+
|
|
163
|
+
#endif /* FT_CONFIG_OPTION_USE_MODULE_ERRORS */
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
/* If FT_ERRORDEF is not defined, we need to define a simple */
|
|
167
|
+
/* enumeration type. */
|
|
168
|
+
/* */
|
|
169
|
+
#ifndef FT_ERRORDEF
|
|
170
|
+
|
|
171
|
+
#define FT_INCLUDE_ERR_PROTOS
|
|
172
|
+
|
|
173
|
+
#define FT_ERRORDEF( e, v, s ) e = v,
|
|
174
|
+
#define FT_ERROR_START_LIST enum {
|
|
175
|
+
#define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) };
|
|
176
|
+
|
|
177
|
+
#ifdef __cplusplus
|
|
178
|
+
#define FT_NEED_EXTERN_C
|
|
179
|
+
extern "C" {
|
|
180
|
+
#endif
|
|
181
|
+
|
|
182
|
+
#endif /* !FT_ERRORDEF */
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
/* this macro is used to define an error */
|
|
186
|
+
#define FT_ERRORDEF_( e, v, s ) \
|
|
187
|
+
FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s )
|
|
188
|
+
|
|
189
|
+
/* this is only used for <module>_Err_Ok, which must be 0! */
|
|
190
|
+
#define FT_NOERRORDEF_( e, v, s ) \
|
|
191
|
+
FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s )
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
#ifdef FT_ERROR_START_LIST
|
|
195
|
+
FT_ERROR_START_LIST
|
|
196
|
+
#endif
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
/* now include the error codes */
|
|
200
|
+
#include <freetype/fterrdef.h>
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
#ifdef FT_ERROR_END_LIST
|
|
204
|
+
FT_ERROR_END_LIST
|
|
205
|
+
#endif
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
/*******************************************************************/
|
|
209
|
+
/*******************************************************************/
|
|
210
|
+
/***** *****/
|
|
211
|
+
/***** SIMPLE CLEANUP *****/
|
|
212
|
+
/***** *****/
|
|
213
|
+
/*******************************************************************/
|
|
214
|
+
/*******************************************************************/
|
|
215
|
+
|
|
216
|
+
#ifdef FT_NEED_EXTERN_C
|
|
217
|
+
}
|
|
218
|
+
#endif
|
|
219
|
+
|
|
220
|
+
#undef FT_ERROR_START_LIST
|
|
221
|
+
#undef FT_ERROR_END_LIST
|
|
222
|
+
|
|
223
|
+
#undef FT_ERRORDEF
|
|
224
|
+
#undef FT_ERRORDEF_
|
|
225
|
+
#undef FT_NOERRORDEF_
|
|
226
|
+
|
|
227
|
+
#undef FT_NEED_EXTERN_C
|
|
228
|
+
#undef FT_ERR_BASE
|
|
229
|
+
|
|
230
|
+
/* FT_ERR_PREFIX is needed internally */
|
|
231
|
+
#ifndef FT2_BUILD_LIBRARY
|
|
232
|
+
#undef FT_ERR_PREFIX
|
|
233
|
+
#endif
|
|
234
|
+
|
|
235
|
+
/* FT_INCLUDE_ERR_PROTOS: Control whether function prototypes should be */
|
|
236
|
+
/* included with */
|
|
237
|
+
/* */
|
|
238
|
+
/* #include <freetype/fterrors.h> */
|
|
239
|
+
/* */
|
|
240
|
+
/* This is only true where `FT_ERRORDEF` is */
|
|
241
|
+
/* undefined. */
|
|
242
|
+
/* */
|
|
243
|
+
/* FT_ERR_PROTOS_DEFINED: Actual multiple-inclusion protection of */
|
|
244
|
+
/* `fterrors.h`. */
|
|
245
|
+
#ifdef FT_INCLUDE_ERR_PROTOS
|
|
246
|
+
#undef FT_INCLUDE_ERR_PROTOS
|
|
247
|
+
|
|
248
|
+
#ifndef FT_ERR_PROTOS_DEFINED
|
|
249
|
+
#define FT_ERR_PROTOS_DEFINED
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
FT_BEGIN_HEADER
|
|
253
|
+
|
|
254
|
+
/**************************************************************************
|
|
255
|
+
*
|
|
256
|
+
* @function:
|
|
257
|
+
* FT_Error_String
|
|
258
|
+
*
|
|
259
|
+
* @description:
|
|
260
|
+
* Retrieve the description of a valid FreeType error code.
|
|
261
|
+
*
|
|
262
|
+
* @input:
|
|
263
|
+
* error_code ::
|
|
264
|
+
* A valid FreeType error code.
|
|
265
|
+
*
|
|
266
|
+
* @return:
|
|
267
|
+
* A C~string or `NULL`, if any error occurred.
|
|
268
|
+
*
|
|
269
|
+
* @note:
|
|
270
|
+
* FreeType has to be compiled with `FT_CONFIG_OPTION_ERROR_STRINGS` or
|
|
271
|
+
* `FT_DEBUG_LEVEL_ERROR` to get meaningful descriptions.
|
|
272
|
+
* 'error_string' will be `NULL` otherwise.
|
|
273
|
+
*
|
|
274
|
+
* Module identification will be ignored:
|
|
275
|
+
*
|
|
276
|
+
* ```c
|
|
277
|
+
* strcmp( FT_Error_String( FT_Err_Unknown_File_Format ),
|
|
278
|
+
* FT_Error_String( BDF_Err_Unknown_File_Format ) ) == 0;
|
|
279
|
+
* ```
|
|
280
|
+
*/
|
|
281
|
+
FT_EXPORT( const char* )
|
|
282
|
+
FT_Error_String( FT_Error error_code );
|
|
283
|
+
|
|
284
|
+
/* */
|
|
285
|
+
|
|
286
|
+
FT_END_HEADER
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
#endif /* FT_ERR_PROTOS_DEFINED */
|
|
290
|
+
|
|
291
|
+
#endif /* FT_INCLUDE_ERR_PROTOS */
|
|
292
|
+
|
|
293
|
+
#endif /* !(FTERRORS_H_ && __FTERRORS_H__) */
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
/* END */
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
*
|
|
3
|
+
* ftfntfmt.h
|
|
4
|
+
*
|
|
5
|
+
* Support functions for font formats.
|
|
6
|
+
*
|
|
7
|
+
* Copyright (C) 2002-2021 by
|
|
8
|
+
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
|
+
*
|
|
10
|
+
* This file is part of the FreeType project, and may only be used,
|
|
11
|
+
* modified, and distributed under the terms of the FreeType project
|
|
12
|
+
* license, LICENSE.TXT. By continuing to use, modify, or distribute
|
|
13
|
+
* this file you indicate that you have read the license and
|
|
14
|
+
* understand and accept it fully.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#ifndef FTFNTFMT_H_
|
|
20
|
+
#define FTFNTFMT_H_
|
|
21
|
+
|
|
22
|
+
#include <freetype/freetype.h>
|
|
23
|
+
|
|
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
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
FT_BEGIN_HEADER
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
/**************************************************************************
|
|
35
|
+
*
|
|
36
|
+
* @section:
|
|
37
|
+
* font_formats
|
|
38
|
+
*
|
|
39
|
+
* @title:
|
|
40
|
+
* Font Formats
|
|
41
|
+
*
|
|
42
|
+
* @abstract:
|
|
43
|
+
* Getting the font format.
|
|
44
|
+
*
|
|
45
|
+
* @description:
|
|
46
|
+
* The single function in this section can be used to get the font format.
|
|
47
|
+
* Note that this information is not needed normally; however, there are
|
|
48
|
+
* special cases (like in PDF devices) where it is important to
|
|
49
|
+
* differentiate, in spite of FreeType's uniform API.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
/**************************************************************************
|
|
55
|
+
*
|
|
56
|
+
* @function:
|
|
57
|
+
* FT_Get_Font_Format
|
|
58
|
+
*
|
|
59
|
+
* @description:
|
|
60
|
+
* Return a string describing the format of a given face. Possible values
|
|
61
|
+
* are 'TrueType', 'Type~1', 'BDF', 'PCF', 'Type~42', 'CID~Type~1', 'CFF',
|
|
62
|
+
* 'PFR', and 'Windows~FNT'.
|
|
63
|
+
*
|
|
64
|
+
* The return value is suitable to be used as an X11 FONT_PROPERTY.
|
|
65
|
+
*
|
|
66
|
+
* @input:
|
|
67
|
+
* face ::
|
|
68
|
+
* Input face handle.
|
|
69
|
+
*
|
|
70
|
+
* @return:
|
|
71
|
+
* Font format string. `NULL` in case of error.
|
|
72
|
+
*
|
|
73
|
+
* @note:
|
|
74
|
+
* A deprecated name for the same function is `FT_Get_X11_Font_Format`.
|
|
75
|
+
*/
|
|
76
|
+
FT_EXPORT( const char* )
|
|
77
|
+
FT_Get_Font_Format( FT_Face face );
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
/* deprecated */
|
|
81
|
+
FT_EXPORT( const char* )
|
|
82
|
+
FT_Get_X11_Font_Format( FT_Face face );
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
/* */
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
FT_END_HEADER
|
|
89
|
+
|
|
90
|
+
#endif /* FTFNTFMT_H_ */
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
/* END */
|