[truetype] Remove Infinality for good (remaining bits).
* src/truetype/ttobjs.h: Remove remaining fields. * src/truetype/ttinterp.c: Do not initialize them. * include/freetype/internal/tttypes.h: Remove descriptions.
This commit is contained in:
parent
5b7e45ac34
commit
1ecfd21990
|
@ -1394,14 +1394,6 @@ FT_BEGIN_HEADER
|
|||
* vert_metrics_offset ::
|
||||
* The file offset of the 'vmtx' table.
|
||||
*
|
||||
* sph_found_func_flags ::
|
||||
* Flags identifying special bytecode functions (used by the v38
|
||||
* implementation of the bytecode interpreter).
|
||||
*
|
||||
* sph_compatibility_mode ::
|
||||
* This flag is set if we are in ClearType backward compatibility mode
|
||||
* (used by the v38 implementation of the bytecode interpreter).
|
||||
*
|
||||
* ebdt_start ::
|
||||
* The file offset of the sbit data table (CBDT, bdat, etc.).
|
||||
*
|
||||
|
|
|
@ -3544,8 +3544,6 @@
|
|||
rec->opc = (FT_UInt16)n;
|
||||
rec->start = exc->IP + 1;
|
||||
rec->active = TRUE;
|
||||
rec->inline_delta = FALSE;
|
||||
rec->sph_fdef_flags = 0x0000;
|
||||
|
||||
if ( n > exc->maxFunc )
|
||||
exc->maxFunc = (FT_UInt16)n;
|
||||
|
|
|
@ -162,8 +162,6 @@ FT_BEGIN_HEADER
|
|||
FT_Long end; /* where does it end? */
|
||||
FT_UInt opc; /* function #, or instruction code */
|
||||
FT_Bool active; /* is it active? */
|
||||
FT_Bool inline_delta; /* is function that defines inline delta? */
|
||||
FT_ULong sph_fdef_flags; /* flags to identify special functions */
|
||||
|
||||
} TT_DefRecord, *TT_DefArray;
|
||||
|
||||
|
|
Loading…
Reference in New Issue