2000-04-25 18:09:17 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* tttables.h */
|
|
|
|
/* */
|
|
|
|
/* Basic SFNT/TrueType tables definitions and interface */
|
2000-07-14 08:16:47 +02:00
|
|
|
/* (specification only). */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
2015-01-17 20:41:43 +01:00
|
|
|
/* Copyright 1996-2015 by */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
|
|
|
/* */
|
2000-07-12 07:52:59 +02:00
|
|
|
/* This file is part of the FreeType project, and may only be used, */
|
|
|
|
/* modified, and distributed under the terms of the FreeType project */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* 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. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
2000-07-12 07:52:59 +02:00
|
|
|
|
2000-12-01 00:12:33 +01:00
|
|
|
#ifndef __TTTABLES_H__
|
|
|
|
#define __TTTABLES_H__
|
2000-04-25 18:09:17 +02:00
|
|
|
|
2000-12-09 01:45:38 +01:00
|
|
|
|
2000-12-04 23:53:55 +01:00
|
|
|
#include <ft2build.h>
|
2000-12-01 00:12:33 +01:00
|
|
|
#include FT_FREETYPE_H
|
|
|
|
|
2003-11-04 08:44:19 +01:00
|
|
|
#ifdef FREETYPE_H
|
|
|
|
#error "freetype.h of FreeType 1 has been loaded!"
|
|
|
|
#error "Please fix the directory search order for header files"
|
|
|
|
#error "so that freetype.h of FreeType 2 is found first."
|
|
|
|
#endif
|
|
|
|
|
2000-12-09 01:45:38 +01:00
|
|
|
|
2000-12-01 00:12:33 +01:00
|
|
|
FT_BEGIN_HEADER
|
2000-07-12 07:52:59 +02:00
|
|
|
|
2001-01-10 07:53:49 +01:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
2001-01-11 10:27:49 +01:00
|
|
|
/* <Section> */
|
|
|
|
/* truetype_tables */
|
2001-01-10 07:53:49 +01:00
|
|
|
/* */
|
2001-01-11 10:27:49 +01:00
|
|
|
/* <Title> */
|
|
|
|
/* TrueType Tables */
|
2001-01-10 07:53:49 +01:00
|
|
|
/* */
|
|
|
|
/* <Abstract> */
|
Adding OpenType validation module. The code is based on the
(unfinished) `otlayout' module but has been heavily modified to make
it much more compact.
* src/otvalid/*: New module.
* include/freetype/ftotval.h, src/base/ftotval.c,
include/freetype/internal/services/svotval.h: New files.
* include/freetype/config/ftmodule.h: Add otv_module_class.
* include/freetype/config/ftheader.h (FT_OPENTYPE_VALIDATE_H): New
macro.
* include/freetype/internal/ftserv.h
(FT_SERVICE_OPENTYPE_VALIDATE_H): New macro.
* include/freetype/internal/fttrace.h (otvmodule, otvcommon,
otvbase, otvgdef, otvgpos, otvgsub, otvjstf): New trace components.
* include/freetype/ftchapters.h: Updated.
* src/base/Jamfile (Library), src/base/descrip.mms (OBJS),
src/base/rules.mk (BASE_EXT_SRC): Updated.
* docs/CHANGES: Updated.
2004-09-10 16:39:00 +02:00
|
|
|
/* TrueType specific table types and functions. */
|
2001-01-10 07:53:49 +01:00
|
|
|
/* */
|
|
|
|
/* <Description> */
|
2001-01-11 10:27:49 +01:00
|
|
|
/* This section contains the definition of TrueType-specific tables */
|
2001-01-10 07:53:49 +01:00
|
|
|
/* as well as some routines used to access and process them. */
|
|
|
|
/* */
|
2014-12-02 23:06:04 +01:00
|
|
|
/* <Order> */
|
|
|
|
/* TT_Header */
|
|
|
|
/* TT_HoriHeader */
|
|
|
|
/* TT_VertHeader */
|
|
|
|
/* TT_OS2 */
|
|
|
|
/* TT_Postscript */
|
|
|
|
/* TT_PCLT */
|
|
|
|
/* TT_MaxProfile */
|
|
|
|
/* */
|
|
|
|
/* FT_Sfnt_Tag */
|
|
|
|
/* FT_Get_Sfnt_Table */
|
|
|
|
/* FT_Load_Sfnt_Table */
|
|
|
|
/* FT_Sfnt_Table_Info */
|
|
|
|
/* */
|
|
|
|
/* FT_Get_CMap_Language_ID */
|
|
|
|
/* FT_Get_CMap_Format */
|
|
|
|
/* */
|
|
|
|
/* FT_PARAM_TAG_UNPATENTED_HINTING */
|
|
|
|
/* */
|
2001-01-11 10:27:49 +01:00
|
|
|
/*************************************************************************/
|
|
|
|
|
2000-12-09 01:45:38 +01:00
|
|
|
|
2000-04-25 18:09:17 +02:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_Header */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
|
|
|
/* A structure used to model a TrueType font header table. All */
|
|
|
|
/* fields follow the TrueType specification. */
|
|
|
|
/* */
|
|
|
|
typedef struct TT_Header_
|
|
|
|
{
|
|
|
|
FT_Fixed Table_Version;
|
|
|
|
FT_Fixed Font_Revision;
|
|
|
|
|
|
|
|
FT_Long CheckSum_Adjust;
|
|
|
|
FT_Long Magic_Number;
|
|
|
|
|
|
|
|
FT_UShort Flags;
|
|
|
|
FT_UShort Units_Per_EM;
|
|
|
|
|
|
|
|
FT_Long Created [2];
|
|
|
|
FT_Long Modified[2];
|
|
|
|
|
|
|
|
FT_Short xMin;
|
|
|
|
FT_Short yMin;
|
|
|
|
FT_Short xMax;
|
|
|
|
FT_Short yMax;
|
|
|
|
|
|
|
|
FT_UShort Mac_Style;
|
|
|
|
FT_UShort Lowest_Rec_PPEM;
|
|
|
|
|
|
|
|
FT_Short Font_Direction;
|
|
|
|
FT_Short Index_To_Loc_Format;
|
|
|
|
FT_Short Glyph_Data_Format;
|
|
|
|
|
|
|
|
} TT_Header;
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_HoriHeader */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
|
|
|
/* A structure used to model a TrueType horizontal header, the `hhea' */
|
|
|
|
/* table, as well as the corresponding horizontal metrics table, */
|
|
|
|
/* i.e., the `hmtx' table. */
|
|
|
|
/* */
|
|
|
|
/* <Fields> */
|
|
|
|
/* Version :: The table version. */
|
|
|
|
/* */
|
|
|
|
/* Ascender :: The font's ascender, i.e., the distance */
|
|
|
|
/* from the baseline to the top-most of all */
|
|
|
|
/* glyph points found in the font. */
|
|
|
|
/* */
|
|
|
|
/* This value is invalid in many fonts, as */
|
|
|
|
/* it is usually set by the font designer, */
|
|
|
|
/* and often reflects only a portion of the */
|
|
|
|
/* glyphs found in the font (maybe ASCII). */
|
|
|
|
/* */
|
|
|
|
/* You should use the `sTypoAscender' field */
|
|
|
|
/* of the OS/2 table instead if you want */
|
|
|
|
/* the correct one. */
|
|
|
|
/* */
|
|
|
|
/* Descender :: The font's descender, i.e., the distance */
|
|
|
|
/* from the baseline to the bottom-most of */
|
|
|
|
/* all glyph points found in the font. It */
|
|
|
|
/* is negative. */
|
|
|
|
/* */
|
|
|
|
/* This value is invalid in many fonts, as */
|
|
|
|
/* it is usually set by the font designer, */
|
|
|
|
/* and often reflects only a portion of the */
|
|
|
|
/* glyphs found in the font (maybe ASCII). */
|
|
|
|
/* */
|
|
|
|
/* You should use the `sTypoDescender' */
|
|
|
|
/* field of the OS/2 table instead if you */
|
|
|
|
/* want the correct one. */
|
|
|
|
/* */
|
|
|
|
/* Line_Gap :: The font's line gap, i.e., the distance */
|
|
|
|
/* to add to the ascender and descender to */
|
|
|
|
/* get the BTB, i.e., the */
|
|
|
|
/* baseline-to-baseline distance for the */
|
|
|
|
/* font. */
|
|
|
|
/* */
|
|
|
|
/* advance_Width_Max :: This field is the maximum of all advance */
|
|
|
|
/* widths found in the font. It can be */
|
|
|
|
/* used to compute the maximum width of an */
|
|
|
|
/* arbitrary string of text. */
|
|
|
|
/* */
|
|
|
|
/* min_Left_Side_Bearing :: The minimum left side bearing of all */
|
|
|
|
/* glyphs within the font. */
|
|
|
|
/* */
|
|
|
|
/* min_Right_Side_Bearing :: The minimum right side bearing of all */
|
|
|
|
/* glyphs within the font. */
|
|
|
|
/* */
|
|
|
|
/* xMax_Extent :: The maximum horizontal extent (i.e., the */
|
|
|
|
/* `width' of a glyph's bounding box) for */
|
|
|
|
/* all glyphs in the font. */
|
|
|
|
/* */
|
|
|
|
/* caret_Slope_Rise :: The rise coefficient of the cursor's */
|
|
|
|
/* slope of the cursor (slope=rise/run). */
|
|
|
|
/* */
|
|
|
|
/* caret_Slope_Run :: The run coefficient of the cursor's */
|
|
|
|
/* slope. */
|
|
|
|
/* */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* Reserved :: 8~reserved bytes. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* metric_Data_Format :: Always~0. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
|
|
|
/* number_Of_HMetrics :: Number of HMetrics entries in the `hmtx' */
|
|
|
|
/* table -- this value can be smaller than */
|
|
|
|
/* the total number of glyphs in the font. */
|
|
|
|
/* */
|
|
|
|
/* long_metrics :: A pointer into the `hmtx' table. */
|
|
|
|
/* */
|
|
|
|
/* short_metrics :: A pointer into the `hmtx' table. */
|
|
|
|
/* */
|
|
|
|
/* <Note> */
|
|
|
|
/* IMPORTANT: The TT_HoriHeader and TT_VertHeader structures should */
|
2013-09-03 11:33:10 +02:00
|
|
|
/* be identical except for the names of their fields, */
|
|
|
|
/* which are different. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
|
|
|
/* This ensures that a single function in the `ttload' */
|
|
|
|
/* module is able to read both the horizontal and vertical */
|
|
|
|
/* headers. */
|
|
|
|
/* */
|
|
|
|
typedef struct TT_HoriHeader_
|
|
|
|
{
|
|
|
|
FT_Fixed Version;
|
|
|
|
FT_Short Ascender;
|
|
|
|
FT_Short Descender;
|
|
|
|
FT_Short Line_Gap;
|
|
|
|
|
|
|
|
FT_UShort advance_Width_Max; /* advance width maximum */
|
|
|
|
|
|
|
|
FT_Short min_Left_Side_Bearing; /* minimum left-sb */
|
|
|
|
FT_Short min_Right_Side_Bearing; /* minimum right-sb */
|
|
|
|
FT_Short xMax_Extent; /* xmax extents */
|
|
|
|
FT_Short caret_Slope_Rise;
|
|
|
|
FT_Short caret_Slope_Run;
|
|
|
|
FT_Short caret_Offset;
|
|
|
|
|
Updating to OpenType 1.3.
* include/freetype/internal/tttypes.h (TT_CMap0, TT_CMap2, TT_CMap4,
TT_CMap6): Adding field `language'.
(TT_CMapTable): Removing field `language'.
Type of `length' field changed to FT_ULong.
Adding fields for cmaps format 8, 10, and 12.
(TT_CMapGroup): New auxiliary structure.
(TT_CMap8_12, TT_CMap10): New structures.
* include/freetype/tttables.h (TT_HoriHeader, TT_VertHeader):
Removed last element of `Reserved' array.
* include/freetype/ttnameid.h (TT_PLATFORM_CUSTOM, TT_MS_ID_UCS_4,
TT_NAME_ID_CID_FINDFONT_NAME): New macros.
* src/sfnt/ttcmap.c (TT_CharMap_Load): Updated loading of `language'
field to the new structures.
Fixed freeing of arrays in case of unsuccessful loads.
Added support for loading format 8, 10, and 12 cmaps.
(TT_CharMap_Free): Added support for freeing format 8, 10, and 12
cmaps.
(code_to_index4): Small improvement.
(code_to_index6): Ditto.
(code_to_index8_12, code_to_index10): New functions.
* src/sfnt/ttload.c (TT_Load_Metrics_Header): Updated to new
structure.
(TT_Load_CMap): Ditto.
* src/sfnt/sfobjs.c (tt_encodings): Add MS UCS4 table (before MS
Unicode).
* src/type1/t1driver.c (t1_get_name_index): Fix compiler warning.
2001-08-13 13:44:29 +02:00
|
|
|
FT_Short Reserved[4];
|
2000-04-25 18:09:17 +02:00
|
|
|
|
|
|
|
FT_Short metric_Data_Format;
|
|
|
|
FT_UShort number_Of_HMetrics;
|
|
|
|
|
|
|
|
/* The following fields are not defined by the TrueType specification */
|
2001-06-28 09:17:51 +02:00
|
|
|
/* but they are used to connect the metrics header to the relevant */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* `HMTX' table. */
|
|
|
|
|
|
|
|
void* long_metrics;
|
|
|
|
void* short_metrics;
|
|
|
|
|
|
|
|
} TT_HoriHeader;
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_VertHeader */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
|
|
|
/* A structure used to model a TrueType vertical header, the `vhea' */
|
|
|
|
/* table, as well as the corresponding vertical metrics table, i.e., */
|
|
|
|
/* the `vmtx' table. */
|
|
|
|
/* */
|
|
|
|
/* <Fields> */
|
|
|
|
/* Version :: The table version. */
|
|
|
|
/* */
|
|
|
|
/* Ascender :: The font's ascender, i.e., the distance */
|
|
|
|
/* from the baseline to the top-most of */
|
|
|
|
/* all glyph points found in the font. */
|
|
|
|
/* */
|
|
|
|
/* This value is invalid in many fonts, as */
|
|
|
|
/* it is usually set by the font designer, */
|
|
|
|
/* and often reflects only a portion of */
|
|
|
|
/* the glyphs found in the font (maybe */
|
|
|
|
/* ASCII). */
|
|
|
|
/* */
|
|
|
|
/* You should use the `sTypoAscender' */
|
|
|
|
/* field of the OS/2 table instead if you */
|
|
|
|
/* want the correct one. */
|
|
|
|
/* */
|
|
|
|
/* Descender :: The font's descender, i.e., the */
|
|
|
|
/* distance from the baseline to the */
|
|
|
|
/* bottom-most of all glyph points found */
|
|
|
|
/* in the font. It is negative. */
|
|
|
|
/* */
|
|
|
|
/* This value is invalid in many fonts, as */
|
|
|
|
/* it is usually set by the font designer, */
|
|
|
|
/* and often reflects only a portion of */
|
|
|
|
/* the glyphs found in the font (maybe */
|
|
|
|
/* ASCII). */
|
|
|
|
/* */
|
|
|
|
/* You should use the `sTypoDescender' */
|
|
|
|
/* field of the OS/2 table instead if you */
|
|
|
|
/* want the correct one. */
|
|
|
|
/* */
|
|
|
|
/* Line_Gap :: The font's line gap, i.e., the distance */
|
|
|
|
/* to add to the ascender and descender to */
|
|
|
|
/* get the BTB, i.e., the */
|
|
|
|
/* baseline-to-baseline distance for the */
|
|
|
|
/* font. */
|
|
|
|
/* */
|
|
|
|
/* advance_Height_Max :: This field is the maximum of all */
|
|
|
|
/* advance heights found in the font. It */
|
|
|
|
/* can be used to compute the maximum */
|
|
|
|
/* height of an arbitrary string of text. */
|
|
|
|
/* */
|
|
|
|
/* min_Top_Side_Bearing :: The minimum top side bearing of all */
|
|
|
|
/* glyphs within the font. */
|
|
|
|
/* */
|
|
|
|
/* min_Bottom_Side_Bearing :: The minimum bottom side bearing of all */
|
|
|
|
/* glyphs within the font. */
|
|
|
|
/* */
|
|
|
|
/* yMax_Extent :: The maximum vertical extent (i.e., the */
|
|
|
|
/* `height' of a glyph's bounding box) for */
|
|
|
|
/* all glyphs in the font. */
|
|
|
|
/* */
|
|
|
|
/* caret_Slope_Rise :: The rise coefficient of the cursor's */
|
|
|
|
/* slope of the cursor (slope=rise/run). */
|
|
|
|
/* */
|
|
|
|
/* caret_Slope_Run :: The run coefficient of the cursor's */
|
|
|
|
/* slope. */
|
|
|
|
/* */
|
Updating to OpenType 1.3.
* include/freetype/internal/tttypes.h (TT_CMap0, TT_CMap2, TT_CMap4,
TT_CMap6): Adding field `language'.
(TT_CMapTable): Removing field `language'.
Type of `length' field changed to FT_ULong.
Adding fields for cmaps format 8, 10, and 12.
(TT_CMapGroup): New auxiliary structure.
(TT_CMap8_12, TT_CMap10): New structures.
* include/freetype/tttables.h (TT_HoriHeader, TT_VertHeader):
Removed last element of `Reserved' array.
* include/freetype/ttnameid.h (TT_PLATFORM_CUSTOM, TT_MS_ID_UCS_4,
TT_NAME_ID_CID_FINDFONT_NAME): New macros.
* src/sfnt/ttcmap.c (TT_CharMap_Load): Updated loading of `language'
field to the new structures.
Fixed freeing of arrays in case of unsuccessful loads.
Added support for loading format 8, 10, and 12 cmaps.
(TT_CharMap_Free): Added support for freeing format 8, 10, and 12
cmaps.
(code_to_index4): Small improvement.
(code_to_index6): Ditto.
(code_to_index8_12, code_to_index10): New functions.
* src/sfnt/ttload.c (TT_Load_Metrics_Header): Updated to new
structure.
(TT_Load_CMap): Ditto.
* src/sfnt/sfobjs.c (tt_encodings): Add MS UCS4 table (before MS
Unicode).
* src/type1/t1driver.c (t1_get_name_index): Fix compiler warning.
2001-08-13 13:44:29 +02:00
|
|
|
/* caret_Offset :: The cursor's offset for slanted fonts. */
|
|
|
|
/* This value is `reserved' in vmtx */
|
|
|
|
/* version 1.0. */
|
|
|
|
/* */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* Reserved :: 8~reserved bytes. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* metric_Data_Format :: Always~0. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
|
|
|
/* number_Of_HMetrics :: Number of VMetrics entries in the */
|
|
|
|
/* `vmtx' table -- this value can be */
|
|
|
|
/* smaller than the total number of glyphs */
|
|
|
|
/* in the font. */
|
|
|
|
/* */
|
|
|
|
/* long_metrics :: A pointer into the `vmtx' table. */
|
|
|
|
/* */
|
|
|
|
/* short_metrics :: A pointer into the `vmtx' table. */
|
|
|
|
/* */
|
|
|
|
/* <Note> */
|
|
|
|
/* IMPORTANT: The TT_HoriHeader and TT_VertHeader structures should */
|
2013-09-03 11:33:10 +02:00
|
|
|
/* be identical except for the names of their fields, */
|
|
|
|
/* which are different. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
|
|
|
/* This ensures that a single function in the `ttload' */
|
|
|
|
/* module is able to read both the horizontal and vertical */
|
|
|
|
/* headers. */
|
|
|
|
/* */
|
2001-06-28 09:17:51 +02:00
|
|
|
typedef struct TT_VertHeader_
|
2000-04-25 18:09:17 +02:00
|
|
|
{
|
|
|
|
FT_Fixed Version;
|
|
|
|
FT_Short Ascender;
|
|
|
|
FT_Short Descender;
|
|
|
|
FT_Short Line_Gap;
|
|
|
|
|
|
|
|
FT_UShort advance_Height_Max; /* advance height maximum */
|
|
|
|
|
|
|
|
FT_Short min_Top_Side_Bearing; /* minimum left-sb or top-sb */
|
|
|
|
FT_Short min_Bottom_Side_Bearing; /* minimum right-sb or bottom-sb */
|
|
|
|
FT_Short yMax_Extent; /* xmax or ymax extents */
|
|
|
|
FT_Short caret_Slope_Rise;
|
|
|
|
FT_Short caret_Slope_Run;
|
|
|
|
FT_Short caret_Offset;
|
|
|
|
|
Updating to OpenType 1.3.
* include/freetype/internal/tttypes.h (TT_CMap0, TT_CMap2, TT_CMap4,
TT_CMap6): Adding field `language'.
(TT_CMapTable): Removing field `language'.
Type of `length' field changed to FT_ULong.
Adding fields for cmaps format 8, 10, and 12.
(TT_CMapGroup): New auxiliary structure.
(TT_CMap8_12, TT_CMap10): New structures.
* include/freetype/tttables.h (TT_HoriHeader, TT_VertHeader):
Removed last element of `Reserved' array.
* include/freetype/ttnameid.h (TT_PLATFORM_CUSTOM, TT_MS_ID_UCS_4,
TT_NAME_ID_CID_FINDFONT_NAME): New macros.
* src/sfnt/ttcmap.c (TT_CharMap_Load): Updated loading of `language'
field to the new structures.
Fixed freeing of arrays in case of unsuccessful loads.
Added support for loading format 8, 10, and 12 cmaps.
(TT_CharMap_Free): Added support for freeing format 8, 10, and 12
cmaps.
(code_to_index4): Small improvement.
(code_to_index6): Ditto.
(code_to_index8_12, code_to_index10): New functions.
* src/sfnt/ttload.c (TT_Load_Metrics_Header): Updated to new
structure.
(TT_Load_CMap): Ditto.
* src/sfnt/sfobjs.c (tt_encodings): Add MS UCS4 table (before MS
Unicode).
* src/type1/t1driver.c (t1_get_name_index): Fix compiler warning.
2001-08-13 13:44:29 +02:00
|
|
|
FT_Short Reserved[4];
|
2000-04-25 18:09:17 +02:00
|
|
|
|
|
|
|
FT_Short metric_Data_Format;
|
|
|
|
FT_UShort number_Of_VMetrics;
|
|
|
|
|
|
|
|
/* The following fields are not defined by the TrueType specification */
|
|
|
|
/* but they're used to connect the metrics header to the relevant */
|
|
|
|
/* `HMTX' or `VMTX' table. */
|
|
|
|
|
|
|
|
void* long_metrics;
|
|
|
|
void* short_metrics;
|
|
|
|
|
|
|
|
} TT_VertHeader;
|
|
|
|
|
2000-07-12 07:52:59 +02:00
|
|
|
|
2000-04-25 18:09:17 +02:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_OS2 */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
2013-10-27 07:25:35 +01:00
|
|
|
/* A structure used to model a TrueType OS/2 table. All fields */
|
|
|
|
/* comply to the OpenType specification. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
2013-09-03 11:33:10 +02:00
|
|
|
/* Note that we now support old Mac fonts that do not include an OS/2 */
|
|
|
|
/* table. In this case, the `version' field is always set to 0xFFFF. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
|
|
|
typedef struct TT_OS2_
|
|
|
|
{
|
|
|
|
FT_UShort version; /* 0x0001 - more or 0xFFFF */
|
|
|
|
FT_Short xAvgCharWidth;
|
|
|
|
FT_UShort usWeightClass;
|
|
|
|
FT_UShort usWidthClass;
|
2015-02-16 20:12:54 +01:00
|
|
|
FT_UShort fsType;
|
2000-04-25 18:09:17 +02:00
|
|
|
FT_Short ySubscriptXSize;
|
|
|
|
FT_Short ySubscriptYSize;
|
|
|
|
FT_Short ySubscriptXOffset;
|
|
|
|
FT_Short ySubscriptYOffset;
|
|
|
|
FT_Short ySuperscriptXSize;
|
|
|
|
FT_Short ySuperscriptYSize;
|
|
|
|
FT_Short ySuperscriptXOffset;
|
|
|
|
FT_Short ySuperscriptYOffset;
|
|
|
|
FT_Short yStrikeoutSize;
|
|
|
|
FT_Short yStrikeoutPosition;
|
|
|
|
FT_Short sFamilyClass;
|
|
|
|
|
|
|
|
FT_Byte panose[10];
|
|
|
|
|
|
|
|
FT_ULong ulUnicodeRange1; /* Bits 0-31 */
|
|
|
|
FT_ULong ulUnicodeRange2; /* Bits 32-63 */
|
|
|
|
FT_ULong ulUnicodeRange3; /* Bits 64-95 */
|
|
|
|
FT_ULong ulUnicodeRange4; /* Bits 96-127 */
|
|
|
|
|
|
|
|
FT_Char achVendID[4];
|
|
|
|
|
|
|
|
FT_UShort fsSelection;
|
|
|
|
FT_UShort usFirstCharIndex;
|
|
|
|
FT_UShort usLastCharIndex;
|
|
|
|
FT_Short sTypoAscender;
|
|
|
|
FT_Short sTypoDescender;
|
|
|
|
FT_Short sTypoLineGap;
|
|
|
|
FT_UShort usWinAscent;
|
|
|
|
FT_UShort usWinDescent;
|
|
|
|
|
2013-10-28 05:09:21 +01:00
|
|
|
/* only version 1 and higher: */
|
2000-04-25 18:09:17 +02:00
|
|
|
|
|
|
|
FT_ULong ulCodePageRange1; /* Bits 0-31 */
|
|
|
|
FT_ULong ulCodePageRange2; /* Bits 32-63 */
|
|
|
|
|
2013-10-28 05:09:21 +01:00
|
|
|
/* only version 2 and higher: */
|
2000-07-12 07:52:59 +02:00
|
|
|
|
2000-05-02 12:57:00 +02:00
|
|
|
FT_Short sxHeight;
|
|
|
|
FT_Short sCapHeight;
|
|
|
|
FT_UShort usDefaultChar;
|
|
|
|
FT_UShort usBreakChar;
|
|
|
|
FT_UShort usMaxContext;
|
2000-05-17 01:44:38 +02:00
|
|
|
|
2013-10-28 05:09:21 +01:00
|
|
|
/* only version 5 and higher: */
|
2013-10-27 07:25:35 +01:00
|
|
|
|
2013-11-16 07:52:20 +01:00
|
|
|
FT_UShort usLowerOpticalPointSize; /* in twips (1/20th points) */
|
|
|
|
FT_UShort usUpperOpticalPointSize; /* in twips (1/20th points) */
|
2013-10-27 07:25:35 +01:00
|
|
|
|
2000-04-25 18:09:17 +02:00
|
|
|
} TT_OS2;
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_Postscript */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* A structure used to model a TrueType PostScript table. All fields */
|
2006-05-12 10:00:13 +02:00
|
|
|
/* comply to the TrueType specification. This structure does not */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* reference the PostScript glyph names, which can be nevertheless */
|
2006-05-12 10:00:13 +02:00
|
|
|
/* accessed with the `ttpost' module. */
|
2000-04-25 18:09:17 +02:00
|
|
|
/* */
|
|
|
|
typedef struct TT_Postscript_
|
|
|
|
{
|
|
|
|
FT_Fixed FormatType;
|
|
|
|
FT_Fixed italicAngle;
|
|
|
|
FT_Short underlinePosition;
|
|
|
|
FT_Short underlineThickness;
|
|
|
|
FT_ULong isFixedPitch;
|
|
|
|
FT_ULong minMemType42;
|
|
|
|
FT_ULong maxMemType42;
|
|
|
|
FT_ULong minMemType1;
|
|
|
|
FT_ULong maxMemType1;
|
|
|
|
|
|
|
|
/* Glyph names follow in the file, but we don't */
|
|
|
|
/* load them by default. See the ttpost.c file. */
|
|
|
|
|
|
|
|
} TT_Postscript;
|
|
|
|
|
2000-07-12 07:52:59 +02:00
|
|
|
|
2000-05-18 18:18:05 +02:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_PCLT */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
2000-07-12 07:52:59 +02:00
|
|
|
/* A structure used to model a TrueType PCLT table. All fields */
|
2006-05-12 10:00:13 +02:00
|
|
|
/* comply to the TrueType specification. */
|
2000-05-18 18:18:05 +02:00
|
|
|
/* */
|
2001-06-28 09:17:51 +02:00
|
|
|
typedef struct TT_PCLT_
|
2000-05-18 18:18:05 +02:00
|
|
|
{
|
|
|
|
FT_Fixed Version;
|
2000-07-12 07:52:59 +02:00
|
|
|
FT_ULong FontNumber;
|
|
|
|
FT_UShort Pitch;
|
|
|
|
FT_UShort xHeight;
|
|
|
|
FT_UShort Style;
|
|
|
|
FT_UShort TypeFamily;
|
|
|
|
FT_UShort CapHeight;
|
|
|
|
FT_UShort SymbolSet;
|
|
|
|
FT_Char TypeFace[16];
|
|
|
|
FT_Char CharacterComplement[8];
|
|
|
|
FT_Char FileName[6];
|
|
|
|
FT_Char StrokeWeight;
|
|
|
|
FT_Char WidthType;
|
|
|
|
FT_Byte SerifStyle;
|
|
|
|
FT_Byte Reserved;
|
2000-07-14 08:16:47 +02:00
|
|
|
|
2000-05-18 18:18:05 +02:00
|
|
|
} TT_PCLT;
|
2000-04-25 18:09:17 +02:00
|
|
|
|
2000-07-12 07:52:59 +02:00
|
|
|
|
2000-05-02 12:57:00 +02:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Struct> */
|
|
|
|
/* TT_MaxProfile */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
2013-09-03 11:33:10 +02:00
|
|
|
/* The maximum profile is a table containing many max values, which */
|
2000-05-02 12:57:00 +02:00
|
|
|
/* can be used to pre-allocate arrays. This ensures that no memory */
|
|
|
|
/* allocation occurs during a glyph load. */
|
|
|
|
/* */
|
|
|
|
/* <Fields> */
|
|
|
|
/* version :: The version number. */
|
|
|
|
/* */
|
|
|
|
/* numGlyphs :: The number of glyphs in this TrueType */
|
|
|
|
/* font. */
|
|
|
|
/* */
|
|
|
|
/* maxPoints :: The maximum number of points in a */
|
|
|
|
/* non-composite TrueType glyph. See also */
|
|
|
|
/* the structure element */
|
|
|
|
/* `maxCompositePoints'. */
|
|
|
|
/* */
|
|
|
|
/* maxContours :: The maximum number of contours in a */
|
|
|
|
/* non-composite TrueType glyph. See also */
|
|
|
|
/* the structure element */
|
|
|
|
/* `maxCompositeContours'. */
|
|
|
|
/* */
|
|
|
|
/* maxCompositePoints :: The maximum number of points in a */
|
|
|
|
/* composite TrueType glyph. See also the */
|
|
|
|
/* structure element `maxPoints'. */
|
|
|
|
/* */
|
|
|
|
/* maxCompositeContours :: The maximum number of contours in a */
|
|
|
|
/* composite TrueType glyph. See also the */
|
|
|
|
/* structure element `maxContours'. */
|
|
|
|
/* */
|
|
|
|
/* maxZones :: The maximum number of zones used for */
|
|
|
|
/* glyph hinting. */
|
|
|
|
/* */
|
|
|
|
/* maxTwilightPoints :: The maximum number of points in the */
|
|
|
|
/* twilight zone used for glyph hinting. */
|
|
|
|
/* */
|
|
|
|
/* maxStorage :: The maximum number of elements in the */
|
|
|
|
/* storage area used for glyph hinting. */
|
|
|
|
/* */
|
|
|
|
/* maxFunctionDefs :: The maximum number of function */
|
|
|
|
/* definitions in the TrueType bytecode for */
|
|
|
|
/* this font. */
|
|
|
|
/* */
|
|
|
|
/* maxInstructionDefs :: The maximum number of instruction */
|
|
|
|
/* definitions in the TrueType bytecode for */
|
|
|
|
/* this font. */
|
|
|
|
/* */
|
|
|
|
/* maxStackElements :: The maximum number of stack elements used */
|
|
|
|
/* during bytecode interpretation. */
|
|
|
|
/* */
|
|
|
|
/* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
|
|
|
|
/* used for glyph hinting. */
|
|
|
|
/* */
|
* 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
|
|
|
/* maxComponentElements :: The maximum number of simple (i.e., non- */
|
|
|
|
/* composite) glyphs in a composite glyph. */
|
2000-05-02 12:57:00 +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
|
|
|
/* maxComponentDepth :: The maximum nesting depth of composite */
|
|
|
|
/* glyphs. */
|
2000-05-02 12:57:00 +02:00
|
|
|
/* */
|
|
|
|
/* <Note> */
|
|
|
|
/* This structure is only used during font loading. */
|
|
|
|
/* */
|
|
|
|
typedef struct TT_MaxProfile_
|
|
|
|
{
|
|
|
|
FT_Fixed version;
|
|
|
|
FT_UShort numGlyphs;
|
|
|
|
FT_UShort maxPoints;
|
|
|
|
FT_UShort maxContours;
|
|
|
|
FT_UShort maxCompositePoints;
|
|
|
|
FT_UShort maxCompositeContours;
|
|
|
|
FT_UShort maxZones;
|
|
|
|
FT_UShort maxTwilightPoints;
|
|
|
|
FT_UShort maxStorage;
|
|
|
|
FT_UShort maxFunctionDefs;
|
|
|
|
FT_UShort maxInstructionDefs;
|
|
|
|
FT_UShort maxStackElements;
|
|
|
|
FT_UShort maxSizeOfInstructions;
|
|
|
|
FT_UShort maxComponentElements;
|
|
|
|
FT_UShort maxComponentDepth;
|
|
|
|
|
|
|
|
} TT_MaxProfile;
|
|
|
|
|
|
|
|
|
2003-07-09 17:20:32 +02:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Enum> */
|
|
|
|
/* FT_Sfnt_Tag */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
|
|
|
/* An enumeration used to specify the index of an SFNT table. */
|
|
|
|
/* Used in the @FT_Get_Sfnt_Table API function. */
|
|
|
|
/* */
|
2014-12-03 10:18:34 +01:00
|
|
|
/* <Values> */
|
|
|
|
/* FT_SFNT_HEAD :: To access the font's @TT_Header structure. */
|
|
|
|
/* */
|
|
|
|
/* FT_SFNT_MAXP :: To access the font's @TT_MaxProfile structure. */
|
|
|
|
/* */
|
|
|
|
/* FT_SFNT_OS2 :: To access the font's @TT_OS2 structure. */
|
|
|
|
/* */
|
|
|
|
/* FT_SFNT_HHEA :: To access the font's @TT_HoriHeader structure. */
|
|
|
|
/* */
|
|
|
|
/* FT_SFNT_VHEA :: To access the font's @TT_VertHeader struture. */
|
|
|
|
/* */
|
|
|
|
/* FT_SFNT_POST :: To access the font's @TT_Postscript structure. */
|
|
|
|
/* */
|
|
|
|
/* FT_SFNT_PCLT :: To access the font's @TT_PCLT structure. */
|
|
|
|
/* */
|
2008-05-29 00:17:28 +02:00
|
|
|
typedef enum FT_Sfnt_Tag_
|
2000-04-25 18:09:17 +02:00
|
|
|
{
|
2014-12-03 10:18:34 +01:00
|
|
|
FT_SFNT_HEAD,
|
|
|
|
FT_SFNT_MAXP,
|
|
|
|
FT_SFNT_OS2,
|
|
|
|
FT_SFNT_HHEA,
|
|
|
|
FT_SFNT_VHEA,
|
|
|
|
FT_SFNT_POST,
|
|
|
|
FT_SFNT_PCLT,
|
2000-05-02 12:57:00 +02:00
|
|
|
|
2014-12-03 10:18:34 +01:00
|
|
|
FT_SFNT_MAX
|
2000-05-17 01:44:38 +02:00
|
|
|
|
2000-04-25 18:09:17 +02:00
|
|
|
} FT_Sfnt_Tag;
|
|
|
|
|
2014-12-03 10:18:34 +01:00
|
|
|
/* these constants are deprecated; use the corresponding `FT_Sfnt_Tag' */
|
|
|
|
/* values instead */
|
|
|
|
#define ft_sfnt_head FT_SFNT_HEAD
|
|
|
|
#define ft_sfnt_maxp FT_SFNT_MAXP
|
|
|
|
#define ft_sfnt_os2 FT_SFNT_OS2
|
|
|
|
#define ft_sfnt_hhea FT_SFNT_HHEA
|
|
|
|
#define ft_sfnt_vhea FT_SFNT_VHEA
|
|
|
|
#define ft_sfnt_post FT_SFNT_POST
|
|
|
|
#define ft_sfnt_pclt FT_SFNT_PCLT
|
|
|
|
|
2000-07-12 07:52:59 +02:00
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Function> */
|
|
|
|
/* FT_Get_Sfnt_Table */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* Return a pointer to a given SFNT table within a face. */
|
2000-07-12 07:52:59 +02:00
|
|
|
/* */
|
|
|
|
/* <Input> */
|
|
|
|
/* face :: A handle to the source. */
|
|
|
|
/* */
|
|
|
|
/* tag :: The index of the SFNT table. */
|
|
|
|
/* */
|
|
|
|
/* <Return> */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* A type-less pointer to the table. This will be~0 in case of */
|
2000-07-12 07:52:59 +02:00
|
|
|
/* error, or if the corresponding table was not found *OR* loaded */
|
|
|
|
/* from the file. */
|
|
|
|
/* */
|
2010-02-14 10:04:11 +01:00
|
|
|
/* Use a typecast according to `tag' to access the structure */
|
|
|
|
/* elements. */
|
|
|
|
/* */
|
2000-07-12 07:52:59 +02:00
|
|
|
/* <Note> */
|
|
|
|
/* The table is owned by the face object and disappears with it. */
|
|
|
|
/* */
|
|
|
|
/* This function is only useful to access SFNT tables that are loaded */
|
2006-05-12 10:00:13 +02:00
|
|
|
/* by the sfnt, truetype, and opentype drivers. See @FT_Sfnt_Tag for */
|
2007-05-05 08:26:09 +02:00
|
|
|
/* a list. */
|
2000-07-12 07:52:59 +02:00
|
|
|
/* */
|
2012-11-04 08:03:34 +01:00
|
|
|
/* Here an example how to access the `vhea' table: */
|
|
|
|
/* */
|
|
|
|
/* { */
|
|
|
|
/* TT_VertHeader* vert_header; */
|
|
|
|
/* */
|
|
|
|
/* */
|
|
|
|
/* vert_header = */
|
2014-12-03 10:18:34 +01:00
|
|
|
/* (TT_VertHeader*)FT_Get_Sfnt_Table( face, FT_SFNT_VHEA ); */
|
2012-11-04 08:03:34 +01:00
|
|
|
/* } */
|
|
|
|
/* */
|
2001-06-28 09:17:51 +02:00
|
|
|
FT_EXPORT( void* )
|
|
|
|
FT_Get_Sfnt_Table( FT_Face face,
|
|
|
|
FT_Sfnt_Tag tag );
|
2000-04-25 18:09:17 +02:00
|
|
|
|
2003-04-22 09:49:24 +02:00
|
|
|
|
2002-12-16 22:51:24 +01:00
|
|
|
/**************************************************************************
|
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @function:
|
|
|
|
* FT_Load_Sfnt_Table
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @description:
|
2008-06-26 21:56:51 +02:00
|
|
|
* Load any font table into client memory.
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @input:
|
|
|
|
* face ::
|
|
|
|
* A handle to the source face.
|
2003-04-22 09:49:24 +02:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* tag ::
|
2008-06-26 21:56:51 +02:00
|
|
|
* The four-byte tag of the table to load. Use the value~0 if you want
|
2006-05-12 10:00:13 +02:00
|
|
|
* to access the whole font file. Otherwise, you can use one of the
|
2005-10-26 22:08:45 +02:00
|
|
|
* definitions found in the @FT_TRUETYPE_TAGS_H file, or forge a new
|
|
|
|
* one with @FT_MAKE_TAG.
|
2007-01-16 07:11:27 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* offset ::
|
|
|
|
* The starting offset in the table (or file if tag == 0).
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @output:
|
|
|
|
* buffer ::
|
|
|
|
* The target buffer address. The client must ensure that the memory
|
|
|
|
* array is big enough to hold the data.
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @inout:
|
|
|
|
* length ::
|
2007-01-16 07:11:27 +01:00
|
|
|
* If the `length' parameter is NULL, then try to load the whole table.
|
2005-10-26 22:08:45 +02:00
|
|
|
* Return an error code if it fails.
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2008-06-26 21:56:51 +02:00
|
|
|
* Else, if `*length' is~0, exit immediately while returning the
|
2005-10-26 22:08:45 +02:00
|
|
|
* table's (or file) full size in it.
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* Else the number of bytes to read from the table or file, from the
|
|
|
|
* starting offset.
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @return:
|
2008-06-26 21:56:51 +02:00
|
|
|
* FreeType error code. 0~means success.
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @note:
|
2003-04-22 09:49:24 +02:00
|
|
|
* If you need to determine the table's length you should first call this
|
2008-06-26 21:56:51 +02:00
|
|
|
* function with `*length' set to~0, as in the following example:
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* {
|
|
|
|
* FT_ULong length = 0;
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2003-04-22 09:49:24 +02:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* error = FT_Load_Sfnt_Table( face, tag, 0, NULL, &length );
|
|
|
|
* if ( error ) { ... table does not exist ... }
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* buffer = malloc( length );
|
|
|
|
* if ( buffer == NULL ) { ... not enough memory ... }
|
2002-12-16 22:51:24 +01:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* error = FT_Load_Sfnt_Table( face, tag, 0, buffer, &length );
|
|
|
|
* if ( error ) { ... could not load table ... }
|
|
|
|
* }
|
2013-11-05 23:46:25 +01:00
|
|
|
*
|
|
|
|
* Note that structures like @TT_Header or @TT_OS2 can't be used with
|
2013-11-06 06:52:13 +01:00
|
|
|
* this function; they are limited to @FT_Get_Sfnt_Table. Reason is that
|
|
|
|
* those structures depend on the processor architecture, with varying
|
|
|
|
* size (e.g. 32bit vs. 64bit) or order (big endian vs. little endian).
|
2013-11-05 23:46:25 +01:00
|
|
|
*
|
2002-12-16 22:51:24 +01:00
|
|
|
*/
|
|
|
|
FT_EXPORT( FT_Error )
|
2003-04-22 09:49:24 +02:00
|
|
|
FT_Load_Sfnt_Table( FT_Face face,
|
|
|
|
FT_ULong tag,
|
|
|
|
FT_Long offset,
|
|
|
|
FT_Byte* buffer,
|
|
|
|
FT_ULong* length );
|
2000-09-16 00:42:06 +02:00
|
|
|
|
2003-12-17 15:28:22 +01:00
|
|
|
|
2004-08-11 07:25:37 +02:00
|
|
|
/**************************************************************************
|
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @function:
|
|
|
|
* FT_Sfnt_Table_Info
|
2004-08-11 07:25:37 +02:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @description:
|
2008-06-26 21:56:51 +02:00
|
|
|
* Return information on an SFNT table.
|
2004-08-11 07:25:37 +02:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @input:
|
2004-08-11 07:25:37 +02:00
|
|
|
* face ::
|
|
|
|
* A handle to the source face.
|
|
|
|
*
|
|
|
|
* table_index ::
|
|
|
|
* The index of an SFNT table. The function returns
|
|
|
|
* FT_Err_Table_Missing for an invalid value.
|
|
|
|
*
|
2011-03-09 06:18:28 +01:00
|
|
|
* @inout:
|
2004-08-11 07:25:37 +02:00
|
|
|
* tag ::
|
2011-03-09 06:18:28 +01:00
|
|
|
* The name tag of the SFNT table. If the value is NULL, `table_index'
|
|
|
|
* is ignored, and `length' returns the number of SFNT tables in the
|
|
|
|
* font.
|
2004-08-11 07:25:37 +02:00
|
|
|
*
|
2011-03-09 06:18:28 +01:00
|
|
|
* @output:
|
2004-08-11 07:25:37 +02:00
|
|
|
* length ::
|
2011-03-09 06:18:28 +01:00
|
|
|
* The length of the SFNT table (or the number of SFNT tables, depending
|
|
|
|
* on `tag').
|
2004-08-11 07:25:37 +02:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @return:
|
2008-06-26 21:56:51 +02:00
|
|
|
* FreeType error code. 0~means success.
|
2004-08-11 07:25:37 +02:00
|
|
|
*
|
2005-10-26 22:08:45 +02:00
|
|
|
* @note:
|
2012-03-18 16:00:38 +01:00
|
|
|
* While parsing fonts, FreeType handles SFNT tables with length zero as
|
|
|
|
* missing.
|
2004-08-11 07:25:37 +02:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
FT_EXPORT( FT_Error )
|
|
|
|
FT_Sfnt_Table_Info( FT_Face face,
|
|
|
|
FT_UInt table_index,
|
|
|
|
FT_ULong *tag,
|
|
|
|
FT_ULong *length );
|
|
|
|
|
|
|
|
|
2003-12-17 15:28:22 +01:00
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Function> */
|
|
|
|
/* FT_Get_CMap_Language_ID */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
|
|
|
/* Return TrueType/sfnt specific cmap language ID. Definitions of */
|
2013-11-13 08:55:46 +01:00
|
|
|
/* language ID values are in `ttnameid.h'. */
|
2003-12-17 15:28:22 +01:00
|
|
|
/* */
|
|
|
|
/* <Input> */
|
|
|
|
/* charmap :: */
|
|
|
|
/* The target charmap. */
|
|
|
|
/* */
|
|
|
|
/* <Return> */
|
|
|
|
/* The language ID of `charmap'. If `charmap' doesn't belong to a */
|
2008-06-26 21:56:51 +02:00
|
|
|
/* TrueType/sfnt face, just return~0 as the default value. */
|
2003-12-17 15:28:22 +01:00
|
|
|
/* */
|
2012-11-04 17:25:29 +01:00
|
|
|
/* For a format~14 cmap (to access Unicode IVS), the return value is */
|
|
|
|
/* 0xFFFFFFFF. */
|
|
|
|
/* */
|
2003-12-17 15:28:22 +01:00
|
|
|
FT_EXPORT( FT_ULong )
|
|
|
|
FT_Get_CMap_Language_ID( FT_CharMap charmap );
|
|
|
|
|
2007-05-19 09:18:48 +02:00
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* <Function> */
|
|
|
|
/* FT_Get_CMap_Format */
|
|
|
|
/* */
|
|
|
|
/* <Description> */
|
|
|
|
/* Return TrueType/sfnt specific cmap format. */
|
|
|
|
/* */
|
|
|
|
/* <Input> */
|
|
|
|
/* charmap :: */
|
|
|
|
/* The target charmap. */
|
|
|
|
/* */
|
|
|
|
/* <Return> */
|
|
|
|
/* The format of `charmap'. If `charmap' doesn't belong to a */
|
|
|
|
/* TrueType/sfnt face, return -1. */
|
|
|
|
/* */
|
|
|
|
FT_EXPORT( FT_Long )
|
|
|
|
FT_Get_CMap_Format( FT_CharMap charmap );
|
|
|
|
|
2001-01-10 07:53:49 +01:00
|
|
|
/* */
|
|
|
|
|
2001-01-11 10:27:49 +01:00
|
|
|
|
2000-12-01 00:12:33 +01:00
|
|
|
FT_END_HEADER
|
2000-04-25 18:09:17 +02:00
|
|
|
|
2000-12-01 00:12:33 +01:00
|
|
|
#endif /* __TTTABLES_H__ */
|
2000-04-25 18:09:17 +02:00
|
|
|
|
2000-07-12 07:52:59 +02:00
|
|
|
|
|
|
|
/* END */
|