freetype2/include/freetype/internal/tttypes.h

1894 lines
53 KiB
C
Raw Normal View History

/****************************************************************************
*
* tttypes.h
*
* Basic SFNT/TrueType type definitions and interface (specification
* only).
*
* Copyright 1996-2018 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under the terms of the FreeType project
* license, LICENSE.TXT. By continuing to use, modify, or distribute
* this file you indicate that you have read the license and
* understand and accept it fully.
*
*/
1999-12-17 00:11:37 +01:00
#ifndef TTTYPES_H_
#define TTTYPES_H_
1999-12-17 00:11:37 +01:00
#include <ft2build.h>
#include FT_TRUETYPE_TABLES_H
#include FT_INTERNAL_OBJECTS_H
* src/pcf/pcfdrivr.c: Revert change from 2004-04-17. * src/pcf/pcfutil.c: Use FT_LOCAL_DEF. * src/pcf/pcfutil.h: Include FT_CONFIG_CONFIG_H. Use FT_BEGIN_HEADER and FT_END_HEADER. Use FT_LOCAL. 2004-04-24 George Williams <gww@silcom.com> Add support for Apple's distortable font technology (in GX fonts). * devel/ftoption.h, include/freetype/config/ftoption.h (TT_CONFIG_OPTION_GX_VAR_SUPPORT): New macro. * include/freetype/ftmm.h (FT_Var_Axis, FT_Var_Named_Style, FT_MM_Var): New structures. (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New function declarations. * include/freetype/internal/services/svmm.h (FT_Get_MM_Var_Func, FT_Set_Var_Design_Func): New typedefs. Update MultiMasters service. * include/freetype/internal/tttypes.h [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H. (GX_Blend) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New typedef. (TT_Face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New members `doblend' and `blend'. * include/freetype/tttags.h (TTAG_avar, TTAG_cvar, TTAG_gvar): New macros. * include/freetype/internal/fttrace.h: Add `ttgxvar'. * src/base/ftmm.c (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New functions. * src/sfnt/sfobjs.c (sfnt_load_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Set FT_FACE_FLAG_MULTIPLE_MASTERS flag for GX var fonts. * src/truetype/ttgxvar.c, src/truetype/ttgxvar.h: New files. * src/truetype/truetype.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.c. * src/truetype/ttdriver.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H, FT_SERVICE_MULTIPLE_MASTERS_H, and ttgxvar.h. (tt_service_gx_multi_masters) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New service. (tt_services) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Updated. * src/truetype/ttgload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (TT_Process_Simple_Glyph, load_truetype_glyph) [TT_CONFIG_OPTION_GX_VAR_SUPPORT] :Support GX var fonts. * src/truetype/ttobjs.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_done_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_done_blend. * src/truetype/ttpload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_face_load_cvt) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_face_vary_cvt. * src/truetype/rules.mk (TT_DRV_SRC): Add ttgxvar.c. * src/type1/t1driver.c (t1_service_multi_masters): Add T1_Get_MM_Var and T1_Set_Var_Design. * src/type1/t1load.c (FT_INT_TO_FIXED, FT_FIXED_TO_INT): New macros. (T1_Get_MM_Var, T1_Set_Var_Design): New functions. * src/type1/t1load.h (T1_Get_MM_Var, T1_Set_Var_Design): New function declarations.
2004-04-25 22:15:11 +02:00
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
#include FT_MULTIPLE_MASTERS_H
#endif
FT_BEGIN_HEADER
1999-12-17 00:11:37 +01:00
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
/*** REQUIRED TRUETYPE/OPENTYPE TABLES DEFINITIONS ***/
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/**************************************************************************
*
* @Struct:
* TTC_HeaderRec
*
* @Description:
* TrueType collection header. This table contains the offsets of
* the font headers of each distinct TrueType face in the file.
*
* @Fields:
* tag ::
* Must be `ttc ' to indicate a TrueType collection.
*
* version ::
* The version number.
*
* count ::
* The number of faces in the collection. The
* specification says this should be an unsigned long, but
* we use a signed long since we need the value -1 for
* specific purposes.
*
* offsets ::
* The offsets of the font headers, one per face.
*/
typedef struct TTC_HeaderRec_
1999-12-17 00:11:37 +01:00
{
2000-07-19 08:25:56 +02:00
FT_ULong tag;
FT_Fixed version;
2000-07-19 08:25:56 +02:00
FT_Long count;
FT_ULong* offsets;
1999-12-17 00:11:37 +01:00
} TTC_HeaderRec;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* SFNT_HeaderRec
*
* @Description:
* SFNT file format header.
*
* @Fields:
* format_tag ::
* The font format tag.
*
* num_tables ::
* The number of tables in file.
*
* search_range ::
* Must be `16 * (max power of 2 <= num_tables)'.
*
* entry_selector ::
* Must be log2 of `search_range / 16'.
*
* range_shift ::
* Must be `num_tables * 16 - search_range'.
*/
typedef struct SFNT_HeaderRec_
{
FT_ULong format_tag;
FT_UShort num_tables;
FT_UShort search_range;
FT_UShort entry_selector;
FT_UShort range_shift;
2000-10-31 21:42:18 +01:00
FT_ULong offset; /* not in file */
} SFNT_HeaderRec, *SFNT_Header;
2000-07-19 08:25:56 +02:00
/**************************************************************************
*
* @Struct:
* TT_TableRec
*
* @Description:
* This structure describes a given table of a TrueType font.
*
* @Fields:
* Tag ::
* A four-bytes tag describing the table.
*
* CheckSum ::
* The table checksum. This value can be ignored.
*
* Offset ::
* The offset of the table from the start of the TrueType
* font in its resource.
*
* Length ::
* The table length (in bytes).
*/
typedef struct TT_TableRec_
1999-12-17 00:11:37 +01:00
{
FT_ULong Tag; /* table type */
FT_ULong CheckSum; /* table checksum */
FT_ULong Offset; /* table file offset */
FT_ULong Length; /* table length */
1999-12-17 00:11:37 +01:00
} TT_TableRec, *TT_Table;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* WOFF_HeaderRec
*
* @Description:
* WOFF file format header.
*
* @Fields:
* See
*
* https://www.w3.org/TR/WOFF/#WOFFHeader
*/
typedef struct WOFF_HeaderRec_
{
FT_ULong signature;
FT_ULong flavor;
FT_ULong length;
FT_UShort num_tables;
FT_UShort reserved;
FT_ULong totalSfntSize;
FT_UShort majorVersion;
FT_UShort minorVersion;
FT_ULong metaOffset;
FT_ULong metaLength;
FT_ULong metaOrigLength;
FT_ULong privOffset;
FT_ULong privLength;
} WOFF_HeaderRec, *WOFF_Header;
/**************************************************************************
*
* @Struct:
* WOFF_TableRec
*
* @Description:
* This structure describes a given table of a WOFF font.
*
* @Fields:
* Tag ::
* A four-bytes tag describing the table.
*
* Offset ::
* The offset of the table from the start of the WOFF
* font in its resource.
*
* CompLength ::
* Compressed table length (in bytes).
*
* OrigLength ::
* Uncompressed table length (in bytes).
*
* CheckSum ::
* The table checksum. This value can be ignored.
*
* OrigOffset ::
* The uncompressed table file offset. This value gets
* computed while constructing the (uncompressed) SFNT
* header. It is not contained in the WOFF file.
*/
typedef struct WOFF_TableRec_
{
FT_ULong Tag; /* table ID */
FT_ULong Offset; /* table file offset */
FT_ULong CompLength; /* compressed table length */
FT_ULong OrigLength; /* uncompressed table length */
FT_ULong CheckSum; /* uncompressed checksum */
FT_ULong OrigOffset; /* uncompressed table file offset */
/* (not in the WOFF file) */
} WOFF_TableRec, *WOFF_Table;
/**************************************************************************
*
* @Struct:
* TT_LongMetricsRec
*
* @Description:
* A structure modeling the long metrics of the `hmtx' and `vmtx'
* TrueType tables. The values are expressed in font units.
*
* @Fields:
* advance ::
* The advance width or height for the glyph.
*
* bearing ::
* The left-side or top-side bearing for the glyph.
*/
typedef struct TT_LongMetricsRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort advance;
FT_Short bearing;
1999-12-17 00:11:37 +01:00
} TT_LongMetricsRec, *TT_LongMetrics;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Type:
* TT_ShortMetrics
*
* @Description:
* A simple type to model the short metrics of the `hmtx' and `vmtx'
* tables.
*/
typedef FT_Short TT_ShortMetrics;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_NameRec
*
* @Description:
* A structure modeling TrueType name records. Name records are used
* to store important strings like family name, style name,
* copyright, etc. in _localized_ versions (i.e., language, encoding,
* etc).
*
* @Fields:
* platformID ::
* The ID of the name's encoding platform.
*
* encodingID ::
* The platform-specific ID for the name's encoding.
*
* languageID ::
* The platform-specific ID for the name's language.
*
* nameID ::
* The ID specifying what kind of name this is.
*
* stringLength ::
* The length of the string in bytes.
*
* stringOffset ::
* The offset to the string in the `name' table.
*
* string ::
* A pointer to the string's bytes. Note that these
* are usually UTF-16 encoded characters.
*/
typedef struct TT_NameRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort platformID;
FT_UShort encodingID;
FT_UShort languageID;
FT_UShort nameID;
FT_UShort stringLength;
FT_ULong stringOffset;
1999-12-17 00:11:37 +01:00
/* this last field is not defined in the spec */
/* but used by the FreeType engine */
FT_Byte* string;
1999-12-17 00:11:37 +01:00
} TT_NameRec, *TT_Name;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_LangTagRec
*
* @Description:
* A structure modeling language tag records in SFNT `name' tables,
* introduced in OpenType version 1.6.
*
* @Fields:
* stringLength ::
* The length of the string in bytes.
*
* stringOffset ::
* The offset to the string in the `name' table.
*
* string ::
* A pointer to the string's bytes. Note that these
* are UTF-16BE encoded characters.
*/
typedef struct TT_LangTagRec_
{
FT_UShort stringLength;
FT_ULong stringOffset;
/* this last field is not defined in the spec */
/* but used by the FreeType engine */
FT_Byte* string;
} TT_LangTagRec, *TT_LangTag;
/**************************************************************************
*
* @Struct:
* TT_NameTableRec
*
* @Description:
* A structure modeling the TrueType name table.
*
* @Fields:
* format ::
* The format of the name table.
*
* numNameRecords ::
* The number of names in table.
*
* storageOffset ::
* The offset of the name table in the `name'
* TrueType table.
*
* names ::
* An array of name records.
*
* numLangTagRecords ::
* The number of language tags in table.
*
* langTags ::
* An array of language tag records.
*
* stream ::
* The file's input stream.
*/
typedef struct TT_NameTableRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort format;
FT_UInt numNameRecords;
FT_UInt storageOffset;
TT_NameRec* names;
FT_UInt numLangTagRecords;
TT_LangTagRec* langTags;
FT_Stream stream;
1999-12-17 00:11:37 +01:00
} TT_NameTableRec, *TT_NameTable;
1999-12-17 00:11:37 +01:00
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
/*** OPTIONAL TRUETYPE/OPENTYPE TABLES DEFINITIONS ***/
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/**************************************************************************
*
* @Struct:
* TT_GaspRangeRec
*
* @Description:
* A tiny structure used to model a gasp range according to the
* TrueType specification.
*
* @Fields:
* maxPPEM ::
* The maximum ppem value to which `gaspFlag' applies.
*
* gaspFlag ::
* A flag describing the grid-fitting and anti-aliasing
* modes to be used.
*/
typedef struct TT_GaspRangeRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort maxPPEM;
FT_UShort gaspFlag;
1999-12-17 00:11:37 +01:00
} TT_GaspRangeRec, *TT_GaspRange;
1999-12-17 00:11:37 +01:00
#define TT_GASP_GRIDFIT 0x01
#define TT_GASP_DOGRAY 0x02
/**************************************************************************
*
* @Struct:
* TT_GaspRec
*
* @Description:
* A structure modeling the TrueType `gasp' table used to specify
* grid-fitting and anti-aliasing behaviour.
*
* @Fields:
* version ::
* The version number.
*
* numRanges ::
* The number of gasp ranges in table.
*
* gaspRanges ::
* An array of gasp ranges.
*/
1999-12-17 00:11:37 +01:00
typedef struct TT_Gasp_
{
FT_UShort version;
FT_UShort numRanges;
TT_GaspRange gaspRanges;
1999-12-17 00:11:37 +01:00
} TT_GaspRec;
1999-12-17 00:11:37 +01:00
1999-12-17 00:11:37 +01:00
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
2000-07-19 08:25:56 +02:00
/*** EMBEDDED BITMAPS SUPPORT ***/
1999-12-17 00:11:37 +01:00
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
2000-07-19 08:25:56 +02:00
/**************************************************************************
*
* @Struct:
* TT_SBit_MetricsRec
*
* @Description:
* A structure used to hold the big metrics of a given glyph bitmap
* in a TrueType or OpenType font. These are usually found in the
* `EBDT' (Microsoft) or `bloc' (Apple) table.
*
* @Fields:
* height ::
* The glyph height in pixels.
*
* width ::
* The glyph width in pixels.
*
* horiBearingX ::
* The horizontal left bearing.
*
* horiBearingY ::
* The horizontal top bearing.
*
* horiAdvance ::
* The horizontal advance.
*
* vertBearingX ::
* The vertical left bearing.
*
* vertBearingY ::
* The vertical top bearing.
*
* vertAdvance ::
* The vertical advance.
*/
typedef struct TT_SBit_MetricsRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort height;
FT_UShort width;
1999-12-17 00:11:37 +01:00
FT_Short horiBearingX;
FT_Short horiBearingY;
FT_UShort horiAdvance;
1999-12-17 00:11:37 +01:00
FT_Short vertBearingX;
FT_Short vertBearingY;
FT_UShort vertAdvance;
1999-12-17 00:11:37 +01:00
} TT_SBit_MetricsRec, *TT_SBit_Metrics;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_SBit_SmallMetricsRec
*
* @Description:
* A structure used to hold the small metrics of a given glyph bitmap
* in a TrueType or OpenType font. These are usually found in the
* `EBDT' (Microsoft) or the `bdat' (Apple) table.
*
* @Fields:
* height ::
* The glyph height in pixels.
*
* width ::
* The glyph width in pixels.
*
* bearingX ::
* The left-side bearing.
*
* bearingY ::
* The top-side bearing.
*
* advance ::
* The advance width or height.
*/
1999-12-17 00:11:37 +01:00
typedef struct TT_SBit_Small_Metrics_
{
FT_Byte height;
FT_Byte width;
1999-12-17 00:11:37 +01:00
FT_Char bearingX;
FT_Char bearingY;
FT_Byte advance;
1999-12-17 00:11:37 +01:00
} TT_SBit_SmallMetricsRec, *TT_SBit_SmallMetrics;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_SBit_LineMetricsRec
*
* @Description:
* A structure used to describe the text line metrics of a given
* bitmap strike, for either a horizontal or vertical layout.
*
* @Fields:
* ascender ::
* The ascender in pixels.
*
* descender ::
* The descender in pixels.
*
* max_width ::
* The maximum glyph width in pixels.
*
* caret_slope_enumerator ::
* Rise of the caret slope, typically set
* to 1 for non-italic fonts.
*
* caret_slope_denominator ::
* Rise of the caret slope, typically set
* to 0 for non-italic fonts.
*
* caret_offset ::
* Offset in pixels to move the caret for
* proper positioning.
*
* min_origin_SB ::
* Minimum of horiBearingX (resp.
* vertBearingY).
* min_advance_SB ::
* Minimum of
*
* horizontal advance -
* ( horiBearingX + width )
*
* resp.
*
* vertical advance -
* ( vertBearingY + height )
*
* max_before_BL ::
* Maximum of horiBearingY (resp.
* vertBearingY).
*
* min_after_BL ::
* Minimum of
*
* horiBearingY - height
*
* resp.
*
* vertBearingX - width
*
* pads ::
* Unused (to make the size of the record
* a multiple of 32 bits.
*/
typedef struct TT_SBit_LineMetricsRec_
1999-12-17 00:11:37 +01:00
{
FT_Char ascender;
FT_Char descender;
FT_Byte max_width;
FT_Char caret_slope_numerator;
FT_Char caret_slope_denominator;
FT_Char caret_offset;
FT_Char min_origin_SB;
FT_Char min_advance_SB;
FT_Char max_before_BL;
FT_Char min_after_BL;
FT_Char pads[2];
1999-12-17 00:11:37 +01:00
} TT_SBit_LineMetricsRec, *TT_SBit_LineMetrics;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_SBit_RangeRec
*
* @Description:
* A TrueType/OpenType subIndexTable as defined in the `EBLC'
* (Microsoft) or `bloc' (Apple) tables.
*
* @Fields:
* first_glyph ::
* The first glyph index in the range.
*
* last_glyph ::
* The last glyph index in the range.
*
* index_format ::
* The format of index table. Valid values are 1
* to 5.
*
* image_format ::
* The format of `EBDT' image data.
*
* image_offset ::
* The offset to image data in `EBDT'.
*
* image_size ::
* For index formats 2 and 5. This is the size in
* bytes of each glyph bitmap.
*
* big_metrics ::
* For index formats 2 and 5. This is the big
* metrics for each glyph bitmap.
*
* num_glyphs ::
* For index formats 4 and 5. This is the number of
* glyphs in the code array.
*
* glyph_offsets ::
* For index formats 1 and 3.
*
* glyph_codes ::
* For index formats 4 and 5.
*
* table_offset ::
* The offset of the index table in the `EBLC'
* table. Only used during strike loading.
*/
2008-05-29 00:17:28 +02:00
typedef struct TT_SBit_RangeRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort first_glyph;
FT_UShort last_glyph;
1999-12-17 00:11:37 +01:00
FT_UShort index_format;
FT_UShort image_format;
FT_ULong image_offset;
1999-12-17 00:11:37 +01:00
FT_ULong image_size;
TT_SBit_MetricsRec metrics;
FT_ULong num_glyphs;
1999-12-17 00:11:37 +01:00
FT_ULong* glyph_offsets;
FT_UShort* glyph_codes;
1999-12-17 00:11:37 +01:00
FT_ULong table_offset;
1999-12-17 00:11:37 +01:00
} TT_SBit_RangeRec, *TT_SBit_Range;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_SBit_StrikeRec
*
* @Description:
* A structure used describe a given bitmap strike in the `EBLC'
* (Microsoft) or `bloc' (Apple) tables.
*
* @Fields:
* num_index_ranges ::
* The number of index ranges.
*
* index_ranges ::
* An array of glyph index ranges.
*
* color_ref ::
* Unused. `color_ref' is put in for future
* enhancements, but these fields are already
* in use by other platforms (e.g. Newton).
* For details, please see
*
* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6bloc.html
*
* hori ::
* The line metrics for horizontal layouts.
*
* vert ::
* The line metrics for vertical layouts.
*
* start_glyph ::
* The lowest glyph index for this strike.
*
* end_glyph ::
* The highest glyph index for this strike.
*
* x_ppem ::
* The number of horizontal pixels per EM.
*
* y_ppem ::
* The number of vertical pixels per EM.
*
* bit_depth ::
* The bit depth. Valid values are 1, 2, 4,
* and 8.
*
* flags ::
* Is this a vertical or horizontal strike? For
* details, please see
*
* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6bloc.html
*/
typedef struct TT_SBit_StrikeRec_
1999-12-17 00:11:37 +01:00
{
FT_Int num_ranges;
TT_SBit_Range sbit_ranges;
FT_ULong ranges_offset;
1999-12-17 00:11:37 +01:00
FT_ULong color_ref;
1999-12-17 00:11:37 +01:00
TT_SBit_LineMetricsRec hori;
TT_SBit_LineMetricsRec vert;
1999-12-17 00:11:37 +01:00
FT_UShort start_glyph;
FT_UShort end_glyph;
1999-12-17 00:11:37 +01:00
FT_Byte x_ppem;
FT_Byte y_ppem;
1999-12-17 00:11:37 +01:00
FT_Byte bit_depth;
FT_Char flags;
1999-12-17 00:11:37 +01:00
} TT_SBit_StrikeRec, *TT_SBit_Strike;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_SBit_ComponentRec
*
* @Description:
* A simple structure to describe a compound sbit element.
*
* @Fields:
* glyph_code ::
* The element's glyph index.
*
* x_offset ::
* The element's left bearing.
*
* y_offset ::
* The element's top bearing.
*/
typedef struct TT_SBit_ComponentRec_
1999-12-17 00:11:37 +01:00
{
FT_UShort glyph_code;
FT_Char x_offset;
FT_Char y_offset;
1999-12-17 00:11:37 +01:00
} TT_SBit_ComponentRec, *TT_SBit_Component;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_SBit_ScaleRec
*
* @Description:
* A structure used describe a given bitmap scaling table, as defined
* in the `EBSC' table.
*
* @Fields:
* hori ::
* The horizontal line metrics.
*
* vert ::
* The vertical line metrics.
*
* x_ppem ::
* The number of horizontal pixels per EM.
*
* y_ppem ::
* The number of vertical pixels per EM.
*
* x_ppem_substitute ::
* Substitution x_ppem value.
*
* y_ppem_substitute ::
* Substitution y_ppem value.
*/
typedef struct TT_SBit_ScaleRec_
1999-12-17 00:11:37 +01:00
{
TT_SBit_LineMetricsRec hori;
TT_SBit_LineMetricsRec vert;
1999-12-17 00:11:37 +01:00
FT_Byte x_ppem;
FT_Byte y_ppem;
1999-12-17 00:11:37 +01:00
FT_Byte x_ppem_substitute;
FT_Byte y_ppem_substitute;
1999-12-17 00:11:37 +01:00
} TT_SBit_ScaleRec, *TT_SBit_Scale;
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
1999-12-17 00:11:37 +01:00
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
/*** POSTSCRIPT GLYPH NAMES SUPPORT ***/
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
2000-07-19 08:25:56 +02:00
/**************************************************************************
*
* @Struct:
* TT_Post_20Rec
*
* @Description:
* Postscript names sub-table, format 2.0. Stores the PS name of
* each glyph in the font face.
*
* @Fields:
* num_glyphs ::
* The number of named glyphs in the table.
*
* num_names ::
* The number of PS names stored in the table.
*
* glyph_indices ::
* The indices of the glyphs in the names arrays.
*
* glyph_names ::
* The PS names not in Mac Encoding.
*/
typedef struct TT_Post_20Rec_
1999-12-17 00:11:37 +01:00
{
FT_UShort num_glyphs;
FT_UShort num_names;
FT_UShort* glyph_indices;
FT_Char** glyph_names;
1999-12-17 00:11:37 +01:00
} TT_Post_20Rec, *TT_Post_20;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_Post_25Rec
*
* @Description:
* Postscript names sub-table, format 2.5. Stores the PS name of
* each glyph in the font face.
*
* @Fields:
* num_glyphs ::
* The number of glyphs in the table.
*
* offsets ::
* An array of signed offsets in a normal Mac
* Postscript name encoding.
*/
1999-12-17 00:11:37 +01:00
typedef struct TT_Post_25_
{
FT_UShort num_glyphs;
FT_Char* offsets;
1999-12-17 00:11:37 +01:00
} TT_Post_25Rec, *TT_Post_25;
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @Struct:
* TT_Post_NamesRec
*
* @Description:
* Postscript names table, either format 2.0 or 2.5.
*
* @Fields:
* loaded ::
* A flag to indicate whether the PS names are loaded.
*
* format_20 ::
* The sub-table used for format 2.0.
*
* format_25 ::
* The sub-table used for format 2.5.
*/
typedef struct TT_Post_NamesRec_
1999-12-17 00:11:37 +01:00
{
FT_Bool loaded;
1999-12-17 00:11:37 +01:00
union
{
TT_Post_20Rec format_20;
TT_Post_25Rec format_25;
1999-12-17 00:11:37 +01:00
} names;
} TT_Post_NamesRec, *TT_Post_Names;
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
* src/pcf/pcfdrivr.c: Revert change from 2004-04-17. * src/pcf/pcfutil.c: Use FT_LOCAL_DEF. * src/pcf/pcfutil.h: Include FT_CONFIG_CONFIG_H. Use FT_BEGIN_HEADER and FT_END_HEADER. Use FT_LOCAL. 2004-04-24 George Williams <gww@silcom.com> Add support for Apple's distortable font technology (in GX fonts). * devel/ftoption.h, include/freetype/config/ftoption.h (TT_CONFIG_OPTION_GX_VAR_SUPPORT): New macro. * include/freetype/ftmm.h (FT_Var_Axis, FT_Var_Named_Style, FT_MM_Var): New structures. (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New function declarations. * include/freetype/internal/services/svmm.h (FT_Get_MM_Var_Func, FT_Set_Var_Design_Func): New typedefs. Update MultiMasters service. * include/freetype/internal/tttypes.h [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H. (GX_Blend) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New typedef. (TT_Face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New members `doblend' and `blend'. * include/freetype/tttags.h (TTAG_avar, TTAG_cvar, TTAG_gvar): New macros. * include/freetype/internal/fttrace.h: Add `ttgxvar'. * src/base/ftmm.c (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New functions. * src/sfnt/sfobjs.c (sfnt_load_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Set FT_FACE_FLAG_MULTIPLE_MASTERS flag for GX var fonts. * src/truetype/ttgxvar.c, src/truetype/ttgxvar.h: New files. * src/truetype/truetype.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.c. * src/truetype/ttdriver.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H, FT_SERVICE_MULTIPLE_MASTERS_H, and ttgxvar.h. (tt_service_gx_multi_masters) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New service. (tt_services) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Updated. * src/truetype/ttgload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (TT_Process_Simple_Glyph, load_truetype_glyph) [TT_CONFIG_OPTION_GX_VAR_SUPPORT] :Support GX var fonts. * src/truetype/ttobjs.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_done_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_done_blend. * src/truetype/ttpload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_face_load_cvt) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_face_vary_cvt. * src/truetype/rules.mk (TT_DRV_SRC): Add ttgxvar.c. * src/type1/t1driver.c (t1_service_multi_masters): Add T1_Get_MM_Var and T1_Set_Var_Design. * src/type1/t1load.c (FT_INT_TO_FIXED, FT_FIXED_TO_INT): New macros. (T1_Get_MM_Var, T1_Set_Var_Design): New functions. * src/type1/t1load.h (T1_Get_MM_Var, T1_Set_Var_Design): New function declarations.
2004-04-25 22:15:11 +02:00
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
/*** GX VARIATION TABLE SUPPORT ***/
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
typedef struct GX_BlendRec_ *GX_Blend;
* src/pcf/pcfdrivr.c: Revert change from 2004-04-17. * src/pcf/pcfutil.c: Use FT_LOCAL_DEF. * src/pcf/pcfutil.h: Include FT_CONFIG_CONFIG_H. Use FT_BEGIN_HEADER and FT_END_HEADER. Use FT_LOCAL. 2004-04-24 George Williams <gww@silcom.com> Add support for Apple's distortable font technology (in GX fonts). * devel/ftoption.h, include/freetype/config/ftoption.h (TT_CONFIG_OPTION_GX_VAR_SUPPORT): New macro. * include/freetype/ftmm.h (FT_Var_Axis, FT_Var_Named_Style, FT_MM_Var): New structures. (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New function declarations. * include/freetype/internal/services/svmm.h (FT_Get_MM_Var_Func, FT_Set_Var_Design_Func): New typedefs. Update MultiMasters service. * include/freetype/internal/tttypes.h [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H. (GX_Blend) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New typedef. (TT_Face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New members `doblend' and `blend'. * include/freetype/tttags.h (TTAG_avar, TTAG_cvar, TTAG_gvar): New macros. * include/freetype/internal/fttrace.h: Add `ttgxvar'. * src/base/ftmm.c (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New functions. * src/sfnt/sfobjs.c (sfnt_load_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Set FT_FACE_FLAG_MULTIPLE_MASTERS flag for GX var fonts. * src/truetype/ttgxvar.c, src/truetype/ttgxvar.h: New files. * src/truetype/truetype.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.c. * src/truetype/ttdriver.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H, FT_SERVICE_MULTIPLE_MASTERS_H, and ttgxvar.h. (tt_service_gx_multi_masters) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New service. (tt_services) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Updated. * src/truetype/ttgload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (TT_Process_Simple_Glyph, load_truetype_glyph) [TT_CONFIG_OPTION_GX_VAR_SUPPORT] :Support GX var fonts. * src/truetype/ttobjs.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_done_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_done_blend. * src/truetype/ttpload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_face_load_cvt) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_face_vary_cvt. * src/truetype/rules.mk (TT_DRV_SRC): Add ttgxvar.c. * src/type1/t1driver.c (t1_service_multi_masters): Add T1_Get_MM_Var and T1_Set_Var_Design. * src/type1/t1load.c (FT_INT_TO_FIXED, FT_FIXED_TO_INT): New macros. (T1_Get_MM_Var, T1_Set_Var_Design): New functions. * src/type1/t1load.h (T1_Get_MM_Var, T1_Set_Var_Design): New function declarations.
2004-04-25 22:15:11 +02:00
#endif
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
2005-12-20 13:01:58 +01:00
/*** EMBEDDED BDF PROPERTIES TABLE SUPPORT ***/
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
2005-12-20 13:01:58 +01:00
/*
* These types are used to support a `BDF ' table that isn't part of the
* official TrueType specification. It is mainly used in SFNT-based
* bitmap fonts that were generated from a set of BDF fonts.
*
* The format of the table is as follows.
*
* USHORT version `BDF ' table version number, should be 0x0001.
* USHORT strikeCount Number of strikes (bitmap sizes) in this table.
2007-01-31 00:08:50 +01:00
* ULONG stringTable Offset (from start of BDF table) to string
2005-12-20 13:01:58 +01:00
* table.
*
* This is followed by an array of `strikeCount' descriptors, having the
* following format.
*
* USHORT ppem Vertical pixels per EM for this strike.
* USHORT numItems Number of items for this strike (properties and
* atoms). Maximum is 255.
*
* This array in turn is followed by `strikeCount' value sets. Each
* `value set' is an array of `numItems' items with the following format.
*
* ULONG item_name Offset in string table to item name.
* USHORT item_type The item type. Possible values are
* 0 => string (e.g., COMMENT)
* 1 => atom (e.g., FONT or even SIZE)
* 2 => int32
* 3 => uint32
* 0x10 => A flag to indicate a properties. This
* is ORed with the above values.
* ULONG item_value For strings => Offset into string table without
* the corresponding double quotes.
* For atoms => Offset into string table.
* For integers => Direct value.
*
* All strings in the string table consist of bytes and are
* zero-terminated.
*
*/
#ifdef TT_CONFIG_OPTION_BDF
2005-12-20 13:01:58 +01:00
typedef struct TT_BDFRec_
{
2005-12-20 13:01:58 +01:00
FT_Byte* table;
FT_Byte* table_end;
FT_Byte* strings;
FT_ULong strings_size;
2005-12-20 13:01:58 +01:00
FT_UInt num_strikes;
FT_Bool loaded;
} TT_BDFRec, *TT_BDF;
#endif /* TT_CONFIG_OPTION_BDF */
* src/pcf/pcfdrivr.c: Revert change from 2004-04-17. * src/pcf/pcfutil.c: Use FT_LOCAL_DEF. * src/pcf/pcfutil.h: Include FT_CONFIG_CONFIG_H. Use FT_BEGIN_HEADER and FT_END_HEADER. Use FT_LOCAL. 2004-04-24 George Williams <gww@silcom.com> Add support for Apple's distortable font technology (in GX fonts). * devel/ftoption.h, include/freetype/config/ftoption.h (TT_CONFIG_OPTION_GX_VAR_SUPPORT): New macro. * include/freetype/ftmm.h (FT_Var_Axis, FT_Var_Named_Style, FT_MM_Var): New structures. (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New function declarations. * include/freetype/internal/services/svmm.h (FT_Get_MM_Var_Func, FT_Set_Var_Design_Func): New typedefs. Update MultiMasters service. * include/freetype/internal/tttypes.h [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H. (GX_Blend) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New typedef. (TT_Face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New members `doblend' and `blend'. * include/freetype/tttags.h (TTAG_avar, TTAG_cvar, TTAG_gvar): New macros. * include/freetype/internal/fttrace.h: Add `ttgxvar'. * src/base/ftmm.c (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates, FT_Set_Var_Blend_Coordinates): New functions. * src/sfnt/sfobjs.c (sfnt_load_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Set FT_FACE_FLAG_MULTIPLE_MASTERS flag for GX var fonts. * src/truetype/ttgxvar.c, src/truetype/ttgxvar.h: New files. * src/truetype/truetype.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.c. * src/truetype/ttdriver.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include FT_MULTIPLE_MASTERS_H, FT_SERVICE_MULTIPLE_MASTERS_H, and ttgxvar.h. (tt_service_gx_multi_masters) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: New service. (tt_services) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Updated. * src/truetype/ttgload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (TT_Process_Simple_Glyph, load_truetype_glyph) [TT_CONFIG_OPTION_GX_VAR_SUPPORT] :Support GX var fonts. * src/truetype/ttobjs.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_done_face) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_done_blend. * src/truetype/ttpload.c [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Include ttgxvar.h. (tt_face_load_cvt) [TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Call tt_face_vary_cvt. * src/truetype/rules.mk (TT_DRV_SRC): Add ttgxvar.c. * src/type1/t1driver.c (t1_service_multi_masters): Add T1_Get_MM_Var and T1_Set_Var_Design. * src/type1/t1load.c (FT_INT_TO_FIXED, FT_FIXED_TO_INT): New macros. (T1_Get_MM_Var, T1_Set_Var_Design): New functions. * src/type1/t1load.h (T1_Get_MM_Var, T1_Set_Var_Design): New function declarations.
2004-04-25 22:15:11 +02:00
1999-12-17 00:11:37 +01:00
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*** ***/
/*** ***/
/*** ORIGINAL TT_FACE CLASS DEFINITION ***/
/*** ***/
/*** ***/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/**************************************************************************
*
* This structure/class is defined here because it is common to the
* following formats: TTF, OpenType-TT, and OpenType-CFF.
*
* Note, however, that the classes TT_Size and TT_GlyphSlot are not
* shared between font drivers, and are thus defined in `ttobjs.h'.
*
*/
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
/**************************************************************************
*
* @Type:
* TT_Face
*
* @Description:
* A handle to a TrueType face/font object. A TT_Face encapsulates
* the resolution and scaling independent parts of a TrueType font
* resource.
*
* @Note:
* The TT_Face structure is also used as a `parent class' for the
* OpenType-CFF class (T2_Face).
*/
2000-07-19 08:25:56 +02:00
typedef struct TT_FaceRec_* TT_Face;
1999-12-17 00:11:37 +01:00
/* a function type used for the truetype bytecode interpreter hooks */
typedef FT_Error
(*TT_Interpreter)( void* exec_context );
1999-12-17 00:11:37 +01:00
/* forward declaration */
typedef struct TT_LoaderRec_* TT_Loader;
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
/**************************************************************************
*
* @FuncType:
* TT_Loader_GotoTableFunc
*
* @Description:
* Seeks a stream to the start of a given TrueType table.
*
* @Input:
* face ::
* A handle to the target face object.
*
* tag ::
* A 4-byte tag used to name the table.
*
* stream ::
* The input stream.
*
* @Output:
* length ::
* The length of the table in bytes. Set to 0 if not
* needed.
*
* @Return:
* FreeType error code. 0 means success.
*
* @Note:
* The stream cursor must be at the font file's origin.
*/
typedef FT_Error
(*TT_Loader_GotoTableFunc)( TT_Face face,
FT_ULong tag,
FT_Stream stream,
FT_ULong* length );
2000-07-19 08:25:56 +02:00
1999-12-17 00:11:37 +01:00
/**************************************************************************
*
* @FuncType:
* TT_Loader_StartGlyphFunc
*
* @Description:
* Seeks a stream to the start of a given glyph element, and opens a
* frame for it.
*
* @Input:
* loader ::
* The current TrueType glyph loader object.
*
* glyph index :: The index of the glyph to access.
*
* offset ::
* The offset of the glyph according to the
* `locations' table.
*
* byte_count ::
* The size of the frame in bytes.
*
* @Return:
* FreeType error code. 0 means success.
*
* @Note:
* This function is normally equivalent to FT_STREAM_SEEK(offset)
* followed by FT_FRAME_ENTER(byte_count) with the loader's stream,
* but alternative formats (e.g. compressed ones) might use something
* different.
*/
typedef FT_Error
(*TT_Loader_StartGlyphFunc)( TT_Loader loader,
FT_UInt glyph_index,
FT_ULong offset,
FT_UInt byte_count );
2000-07-19 08:25:56 +02:00
2000-10-31 21:42:18 +01:00
/**************************************************************************
*
* @FuncType:
* TT_Loader_ReadGlyphFunc
*
* @Description:
* Reads one glyph element (its header, a simple glyph, or a
* composite) from the loader's current stream frame.
*
* @Input:
* loader ::
* The current TrueType glyph loader object.
*
* @Return:
* FreeType error code. 0 means success.
*/
typedef FT_Error
(*TT_Loader_ReadGlyphFunc)( TT_Loader loader );
2000-10-31 21:42:18 +01:00
2000-07-19 08:25:56 +02:00
/**************************************************************************
*
* @FuncType:
* TT_Loader_EndGlyphFunc
*
* @Description:
* Closes the current loader stream frame for the glyph.
*
* @Input:
* loader ::
* The current TrueType glyph loader object.
*/
typedef void
(*TT_Loader_EndGlyphFunc)( TT_Loader loader );
typedef enum TT_SbitTableType_
{
TT_SBIT_TABLE_TYPE_NONE = 0,
TT_SBIT_TABLE_TYPE_EBLC, /* `EBLC' (Microsoft), */
/* `bloc' (Apple) */
TT_SBIT_TABLE_TYPE_CBLC, /* `CBLC' (Google) */
TT_SBIT_TABLE_TYPE_SBIX, /* `sbix' (Apple) */
/* do not remove */
TT_SBIT_TABLE_TYPE_MAX
} TT_SbitTableType;
/* OpenType 1.8 brings new tables for variation font support; */
/* to make the old MM and GX fonts still work we need to check */
/* the presence (and validity) of the functionality provided */
/* by those tables. The following flag macros are for the */
/* field `variation_support'. */
/* */
/* Note that `fvar' gets checked immediately at font loading, */
/* while the other features are only loaded if MM support is */
/* actually requested. */
/* FVAR */
#define TT_FACE_FLAG_VAR_FVAR ( 1 << 0 )
/* HVAR */
#define TT_FACE_FLAG_VAR_HADVANCE ( 1 << 1 )
#define TT_FACE_FLAG_VAR_LSB ( 1 << 2 )
#define TT_FACE_FLAG_VAR_RSB ( 1 << 3 )
/* VVAR */
#define TT_FACE_FLAG_VAR_VADVANCE ( 1 << 4 )
#define TT_FACE_FLAG_VAR_TSB ( 1 << 5 )
#define TT_FACE_FLAG_VAR_BSB ( 1 << 6 )
#define TT_FACE_FLAG_VAR_VORG ( 1 << 7 )
/* MVAR */
#define TT_FACE_FLAG_VAR_MVAR ( 1 << 8 )
/**************************************************************************
*
* TrueType Face Type
*
* @Struct:
* TT_Face
*
* @Description:
* The TrueType face class. These objects model the resolution and
* point-size independent data found in a TrueType font file.
*
* @Fields:
* root ::
* The base FT_Face structure, managed by the
* base layer.
*
* ttc_header ::
* The TrueType collection header, used when
* the file is a `ttc' rather than a `ttf'.
* For ordinary font files, the field
* `ttc_header.count' is set to 0.
*
* format_tag ::
* The font format tag.
*
* num_tables ::
* The number of TrueType tables in this font
* file.
*
* dir_tables ::
* The directory of TrueType tables for this
* font file.
*
* header ::
* The font's font header (`head' table).
* Read on font opening.
*
* horizontal ::
* The font's horizontal header (`hhea'
* table). This field also contains the
* associated horizontal metrics table
* (`hmtx').
*
* max_profile ::
* The font's maximum profile table. Read on
* font opening. Note that some maximum
* values cannot be taken directly from this
* table. We thus define additional fields
* below to hold the computed maxima.
*
* vertical_info ::
* A boolean which is set when the font file
* contains vertical metrics. If not, the
* value of the `vertical' field is
* undefined.
*
* vertical ::
* The font's vertical header (`vhea' table).
* This field also contains the associated
* vertical metrics table (`vmtx'), if found.
* IMPORTANT: The contents of this field is
* undefined if the `vertical_info' field is
* unset.
*
* num_names ::
* The number of name records within this
* TrueType font.
*
* name_table ::
* The table of name records (`name').
*
* os2 ::
* The font's OS/2 table (`OS/2').
*
* postscript ::
* The font's PostScript table (`post'
* table). The PostScript glyph names are
* not loaded by the driver on face opening.
* See the `ttpost' module for more details.
*
* cmap_table ::
* Address of the face's `cmap' SFNT table
* in memory (it's an extracted frame).
*
* cmap_size ::
* The size in bytes of the `cmap_table'
* described above.
*
* goto_table ::
* A function called by each TrueType table
* loader to position a stream's cursor to
* the start of a given table according to
* its tag. It defaults to TT_Goto_Face but
* can be different for strange formats (e.g.
* Type 42).
*
* access_glyph_frame ::
* A function used to access the frame of a
* given glyph within the face's font file.
*
* forget_glyph_frame ::
* A function used to forget the frame of a
* given glyph when all data has been loaded.
*
* read_glyph_header ::
* A function used to read a glyph header.
* It must be called between an `access' and
* `forget'.
*
* read_simple_glyph ::
* A function used to read a simple glyph.
* It must be called after the header was
* read, and before the `forget'.
*
* read_composite_glyph ::
* A function used to read a composite glyph.
* It must be called after the header was
* read, and before the `forget'.
*
* sfnt ::
* A pointer to the SFNT service.
*
* psnames ::
* A pointer to the PostScript names service.
*
* mm ::
* A pointer to the Multiple Masters service.
*
* var ::
* A pointer to the Metrics Variations
* service.
*
* hdmx ::
* The face's horizontal device metrics
* (`hdmx' table). This table is optional in
* TrueType/OpenType fonts.
*
* gasp ::
* The grid-fitting and scaling properties
* table (`gasp'). This table is optional in
* TrueType/OpenType fonts.
*
* pclt ::
* The `pclt' SFNT table.
*
* num_sbit_scales ::
* The number of sbit scales for this font.
*
* sbit_scales ::
* Array of sbit scales embedded in this
* font. This table is optional in a
* TrueType/OpenType font.
*
* postscript_names ::
* A table used to store the Postscript names
* of the glyphs for this font. See the
* file `ttconfig.h' for comments on the
* TT_CONFIG_OPTION_POSTSCRIPT_NAMES option.
*
* font_program_size ::
* Size in bytecodes of the face's font
* program. 0 if none defined. Ignored for
* Type 2 fonts.
*
* font_program ::
* The face's font program (bytecode stream)
* executed at load time, also used during
* glyph rendering. Comes from the `fpgm'
* table. Ignored for Type 2 font fonts.
*
* cvt_program_size ::
* The size in bytecodes of the face's cvt
* program. Ignored for Type 2 fonts.
*
* cvt_program ::
* The face's cvt program (bytecode stream)
* executed each time an instance/size is
* changed/reset. Comes from the `prep'
* table. Ignored for Type 2 fonts.
*
* cvt_size ::
* Size of the control value table (in
* entries). Ignored for Type 2 fonts.
*
* cvt ::
* The face's original control value table.
* Coordinates are expressed in unscaled font
* units. Comes from the `cvt ' table.
* Ignored for Type 2 fonts.
*
* interpreter ::
* A pointer to the TrueType bytecode
* interpreters field is also used to hook
* the debugger in `ttdebug'.
*
* extra ::
* Reserved for third-party font drivers.
*
* postscript_name ::
* The PS name of the font. Used by the
* postscript name service.
*
* glyf_len ::
* The length of the `glyf' table. Needed
* for malformed `loca' tables.
*
* glyf_offset ::
* The file offset of the `glyf' table.
*
* is_cff2 ::
* Set if the font format is CFF2.
*
* doblend ::
* A boolean which is set if the font should
* be blended (this is for GX var).
*
* blend ::
* Contains the data needed to control GX
* variation tables (rather like Multiple
* Master data).
*
* variation_support ::
* Flags that indicate which OpenType
* functionality related to font variation
* support is present, valid, and usable.
* For example, TT_FACE_FLAG_VAR_FVAR is only
* set if we have at least one design axis.
*
* var_postscript_prefix ::
* The PostScript name prefix needed for
* constructing a variation font instance's
* PS name .
*
* var_postscript_prefix_len ::
* The length of the `var_postscript_prefix'
* string.
*
* horz_metrics_size ::
* The size of the `hmtx' table.
*
* vert_metrics_size ::
* The size of the `vmtx' table.
*
* num_locations ::
* The number of glyph locations in this
* TrueType file. This should be
* identical to the number of glyphs.
* Ignored for Type 2 fonts.
*
* glyph_locations ::
* An array of longs. These are offsets to
* glyph data within the `glyf' table.
* Ignored for Type 2 font faces.
*
* hdmx_table ::
* A pointer to the `hdmx' table.
*
* hdmx_table_size ::
* The size of the `hdmx' table.
*
* hdmx_record_count ::
* The number of hdmx records.
*
* hdmx_record_size ::
* The size of a single hdmx record.
*
* hdmx_record_sizes ::
* An array holding the ppem sizes available
* in the `hdmx' table.
*
* sbit_table ::
* A pointer to the font's embedded bitmap
* location table.
*
* sbit_table_size ::
* The size of `sbit_table'.
*
* sbit_table_type ::
* The sbit table type (CBLC, sbix, etc.).
*
* sbit_num_strikes ::
* The number of sbit strikes exposed by
* FreeType's API, omitting invalid strikes.
*
* sbit_strike_map ::
* A mapping between the strike indices
* exposed by the API and the indices used in
* the font's sbit table.
*
* colr_and_cpal ::
* A pointer to data related to `COLR' and
* `CPAL' tables. NULL if tables are not
* available.
*
* kern_table ::
* A pointer to the `kern' table.
*
* kern_table_size ::
* The size of the `kern' table.
*
* num_kern_tables ::
* The number of supported kern subtables
* (up to 32; FreeType recognizes only
* horizontal ones with format 0).
*
* kern_avail_bits ::
* The availability status of kern subtables;
* if bit n is set, table n is available.
*
* kern_order_bits ::
* The sortedness status of kern subtables;
* if bit n is set, table n is sorted.
*
* bdf ::
* Data related to an SFNT font's `bdf'
* table; see `tttypes.h'.
*
* horz_metrics_offset ::
* The file offset of the `hmtx' table.
*
* 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.).
*
* ebdt_size ::
* The size of the sbit data table.
*/
1999-12-17 00:11:37 +01:00
typedef struct TT_FaceRec_
{
FT_FaceRec root;
1999-12-17 00:11:37 +01:00
TTC_HeaderRec ttc_header;
1999-12-17 00:11:37 +01:00
FT_ULong format_tag;
FT_UShort num_tables;
TT_Table dir_tables;
1999-12-17 00:11:37 +01:00
TT_Header header; /* TrueType header table */
TT_HoriHeader horizontal; /* TrueType horizontal header */
1999-12-17 00:11:37 +01:00
TT_MaxProfile max_profile;
1999-12-17 00:11:37 +01:00
FT_Bool vertical_info;
TT_VertHeader vertical; /* TT Vertical header, if present */
1999-12-17 00:11:37 +01:00
FT_UShort num_names; /* number of name records */
TT_NameTableRec name_table; /* name table */
1999-12-17 00:11:37 +01:00
TT_OS2 os2; /* TrueType OS/2 table */
TT_Postscript postscript; /* TrueType Postscript table */
1999-12-17 00:11:37 +01:00
2006-03-24 13:46:49 +01:00
FT_Byte* cmap_table; /* extracted `cmap' table */
FT_ULong cmap_size;
TT_Loader_GotoTableFunc goto_table;
2000-05-17 01:44:38 +02:00
TT_Loader_StartGlyphFunc access_glyph_frame;
TT_Loader_EndGlyphFunc forget_glyph_frame;
TT_Loader_ReadGlyphFunc read_glyph_header;
TT_Loader_ReadGlyphFunc read_simple_glyph;
TT_Loader_ReadGlyphFunc read_composite_glyph;
/* a typeless pointer to the SFNT_Interface table used to load */
/* the basic TrueType tables in the face object */
void* sfnt;
1999-12-17 00:11:37 +01:00
/* a typeless pointer to the FT_Service_PsCMapsRec table used to */
/* handle glyph names <-> unicode & Mac values */
void* psnames;
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
/* a typeless pointer to the FT_Service_MultiMasters table used to */
/* handle variation fonts */
void* mm;
/* a typeless pointer to the FT_Service_MetricsVariationsRec table */
/* used to handle the HVAR, VVAR, and MVAR OpenType tables */
void* var;
#endif
/* a typeless pointer to the PostScript Aux service */
void* psaux;
/************************************************************************
*
* Optional TrueType/OpenType tables
*
*/
1999-12-17 00:11:37 +01:00
/* grid-fitting and scaling table */
TT_GaspRec gasp; /* the `gasp' table */
1999-12-17 00:11:37 +01:00
/* PCL 5 table */
TT_PCLT pclt;
1999-12-17 00:11:37 +01:00
/* embedded bitmaps support */
FT_ULong num_sbit_scales;
TT_SBit_Scale sbit_scales;
1999-12-17 00:11:37 +01:00
/* postscript names table */
TT_Post_NamesRec postscript_names;
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
/************************************************************************
*
* TrueType-specific fields (ignored by the CFF driver)
*
*/
1999-12-17 00:11:37 +01:00
/* the font program, if any */
FT_ULong font_program_size;
FT_Byte* font_program;
1999-12-17 00:11:37 +01:00
/* the cvt program, if any */
FT_ULong cvt_program_size;
FT_Byte* cvt_program;
1999-12-17 00:11:37 +01:00
/* the original, unscaled, control value table */
FT_ULong cvt_size;
FT_Short* cvt;
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
/* A pointer to the bytecode interpreter to use. This is also */
/* used to hook the debugger for the `ttdebug' utility. */
TT_Interpreter interpreter;
1999-12-17 00:11:37 +01:00
2000-07-19 08:25:56 +02:00
/************************************************************************
*
* Other tables or fields. This is used by derivative formats like
* OpenType.
*
*/
FT_Generic extra;
const char* postscript_name;
FT_ULong glyf_len;
FT_ULong glyf_offset; /* since 2.7.1 */
FT_Bool is_cff2; /* since 2.7.1 */
[cff] Implement CFF2 support (1/2). This commit does not contain the blend code for font variation support, which follows in another commit. You should ignore whitespace while inspecting this commit. * include/freetype/internal/tttypes.h (TT_Face): Add `isCFF2' member. * src/cff/cf2font.h (CF2_Font): Add `isCFF2' member. * src/cff/cf2ft.c (cf2_decoder_parse_charstrings): Handle `isCFF2' flag. (cf2_getMaxstack): New function. * src/cff/cf2ft.h: Updated. * src/cff/cf2intrp.c (cf2_escRESERVED_38): New enum. (cf2_interpT2CharString): Handle CFF2 differences. Add tracing message for errors. * src/cff/cffdrivr.c (cff_get_glyph_name, cff_get_name_index): Update for CFF2. * src/cff/cffload.c (FT_FIXED_ONE): New macro. (cff_index_init, cff_index_load_offsets, cff_index_access_element, cff_index_get_name, cff_ft_select_get, cff_load_private_dict, cff_subfont_load, cff_font_load): Handle CFF2. * src/cff/cffload.h: Updated. * src/cff/cffobjs.c (cff_face_init): Handle CFF2. * src/cff/cffparse.c (cff_parse_maxstack): New function. (CFFCODE_TOPDICT, CFFCODE_PRIVATE): Removed * src/cff/cffparse.h (CFF2_MAX_STACK, CFF2_DEFAULT_STACK): New macros. (CFF2_CODE_TOPDICT, CFF2_CODE_FONTDICT, CFF2_CODE_PRIVATE): New macros. * src/cff/cfftoken.h: Add fields for CFF2 dictionaries (but no blend stuff). * src/cff/cfftypes.h (CFF_Index): Add `hdr_size' field. (CFF_FontRecDict): Add `maxstack' field. (CFF_Private): Add `subfont' field. (CFF_Font): Add `top_dict_length' and `cff2' fields. * src/sfnt/sfobjs.c (sfnt_load_face): Handle `CFF2' table.
2016-12-15 20:27:47 +01:00
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
FT_Bool doblend;
GX_Blend blend;
FT_UInt32 variation_support; /* since 2.7.1 */
const char* var_postscript_prefix; /* since 2.7.2 */
FT_UInt var_postscript_prefix_len; /* since 2.7.2 */
#endif
/* since version 2.2 */
FT_ULong horz_metrics_size;
FT_ULong vert_metrics_size;
2012-01-16 18:00:24 +01:00
FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */
FT_Byte* glyph_locations;
FT_Byte* hdmx_table;
FT_ULong hdmx_table_size;
FT_UInt hdmx_record_count;
FT_ULong hdmx_record_size;
FT_Byte* hdmx_record_sizes;
FT_Byte* sbit_table;
FT_ULong sbit_table_size;
TT_SbitTableType sbit_table_type;
FT_UInt sbit_num_strikes;
FT_UInt* sbit_strike_map;
[sfnt] Preliminary support of coloured layer outlines. This commit enables OpenType's COLR/CPAL table handling; a typical application are color emojis that can be scaled to any size. If the color palette does not exist or is invalid, the rendering step rasterizes the outline instead. The current implementation assumes that the foreground is black. Enable this by defining option TT_CONFIG_OPTION_COLOR_LAYERS. There are still some issues with metrics; additionally, an API to fetch color layers is missing. * devel/ftoption.h, include/freetype/config/ftoption.h (TT_CONFIG_OPTION_COLOR_LAYERS): New macro. * include/freetype/internal/ftobjs.h (FT_Glyph_LayerRec, FT_Colr_InternalRec): New structures. (FT_Slot_InternalRec): Add `color_layers' field. * include/freetype/internal/sfnt.h (TT_Load_Colr_Layer_Func, TT_Blend_Colr_Func): New function types. (SFNT_Interface): Add `load_colr', `free_colr', `load_colr_layer', and `colr_blend' fields. * include/freetype/internal/tttypes.h (TT_FaceRec): Add `colr_and_cpal' field. * include/freetype/internal/tttags. (TTAG_COLR, TTAG_CPAL): New macros. * src/sfnt/ttcolr.c, src/sfnt/ttcolr.h: New files. * src/base/ftobjs.c (ft_glyphslot_done, FT_Render_Glyph_Internal): Handle glyph color layers. * src/sfnt/Jamfile (_sources), src/sfnt/rules.mk (SFNT_DRV_SRC): Add `ttcolr.c'. * src/sfnt/sfdriver.c: Include `ttcolr.h'. (PUT_COLOR_LAYERS): New macro. Update call to `FT_DEFINE_SFNT_INTERFACE'. * src/sfnt/sfnt.c: Include `ttcolr.c'. * src/sfnt/sfobjs.c (sfnt_load_face): Load `COLR' and `CPAL' tables. (sfnt_done_face): Updated. * src/truetype/ttgload.c (TT_Load_Glyph): Handle color layers.
2018-05-13 03:25:09 +02:00
void* colr_and_cpal;
FT_Byte* kern_table;
FT_ULong kern_table_size;
FT_UInt num_kern_tables;
FT_UInt32 kern_avail_bits;
FT_UInt32 kern_order_bits;
#ifdef TT_CONFIG_OPTION_BDF
TT_BDFRec bdf;
#endif /* TT_CONFIG_OPTION_BDF */
/* since 2.3.0 */
FT_ULong horz_metrics_offset;
FT_ULong vert_metrics_offset;
#ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY
2013-01-28 13:56:23 +01:00
/* since 2.4.12 */
FT_ULong sph_found_func_flags; /* special functions found */
/* for this face */
FT_Bool sph_compatibility_mode;
#endif /* TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY */
#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
/* since 2.7 */
FT_ULong ebdt_start; /* either `CBDT', `EBDT', or `bdat' */
FT_ULong ebdt_size;
#endif
1999-12-17 00:11:37 +01:00
} TT_FaceRec;
/**************************************************************************
*
* @Struct:
* TT_GlyphZoneRec
*
* @Description:
* A glyph zone is used to load, scale and hint glyph outline
* coordinates.
*
* @Fields:
* memory ::
* A handle to the memory manager.
*
* max_points ::
* The maximum size in points of the zone.
*
* max_contours ::
* Max size in links contours of the zone.
*
* n_points ::
* The current number of points in the zone.
*
* n_contours ::
* The current number of contours in the zone.
*
* org ::
* The original glyph coordinates (font
* units/scaled).
*
* cur ::
* The current glyph coordinates (scaled/hinted).
*
* tags ::
* The point control tags.
*
* contours ::
* The contours end points.
*
* first_point ::
* Offset of the current subglyph's first point.
*/
typedef struct TT_GlyphZoneRec_
2000-06-23 13:36:51 +02:00
{
FT_Memory memory;
FT_UShort max_points;
FT_Short max_contours;
FT_UShort n_points; /* number of points in zone */
FT_Short n_contours; /* number of contours */
FT_Vector* org; /* original point coordinates */
FT_Vector* cur; /* current point coordinates */
FT_Vector* orus; /* original (unscaled) point coordinates */
2000-06-23 13:36:51 +02:00
FT_Byte* tags; /* current touch flags */
FT_UShort* contours; /* contour end points */
2000-06-23 13:36:51 +02:00
FT_UShort first_point; /* offset of first (#0) point */
2000-06-23 13:36:51 +02:00
} TT_GlyphZoneRec, *TT_GlyphZone;
2000-06-23 13:36:51 +02:00
2000-07-19 08:25:56 +02:00
/* handle to execution context */
2000-06-23 13:36:51 +02:00
typedef struct TT_ExecContextRec_* TT_ExecContext;
/**************************************************************************
*
* @Type:
* TT_Size
*
* @Description:
* A handle to a TrueType size object.
*/
typedef struct TT_SizeRec_* TT_Size;
2000-07-19 08:25:56 +02:00
/* glyph loader structure */
typedef struct TT_LoaderRec_
2000-06-23 13:36:51 +02:00
{
TT_Face face;
TT_Size size;
2000-07-19 08:25:56 +02:00
FT_GlyphSlot glyph;
FT_GlyphLoader gloader;
2000-06-23 13:36:51 +02:00
2000-07-19 08:25:56 +02:00
FT_ULong load_flags;
FT_UInt glyph_index;
2000-06-23 13:36:51 +02:00
2000-07-19 08:25:56 +02:00
FT_Stream stream;
FT_Int byte_len;
2000-06-23 13:36:51 +02:00
2000-07-19 08:25:56 +02:00
FT_Short n_contours;
FT_BBox bbox;
FT_Int left_bearing;
FT_Int advance;
FT_Int linear;
FT_Bool linear_def;
2000-07-19 08:25:56 +02:00
FT_Vector pp1;
FT_Vector pp2;
2000-06-23 13:36:51 +02:00
/* the zone where we load our glyphs */
TT_GlyphZoneRec base;
TT_GlyphZoneRec zone;
2000-06-23 13:36:51 +02:00
2000-07-19 08:25:56 +02:00
TT_ExecContext exec;
FT_Byte* instructions;
FT_ULong ins_pos;
2000-10-31 21:42:18 +01:00
/* for possible extensibility in other formats */
2000-07-19 08:25:56 +02:00
void* other;
/* since version 2.1.8 */
FT_Int top_bearing;
FT_Int vadvance;
FT_Vector pp3;
FT_Vector pp4;
/* since version 2.2.1 */
FT_Byte* cursor;
FT_Byte* limit;
/* since version 2.6.2 */
FT_ListRec composites;
} TT_LoaderRec;
2000-06-23 13:36:51 +02:00
FT_END_HEADER
#endif /* TTTYPES_H_ */
1999-12-17 00:11:37 +01:00
/* END */