]>
git.saurik.com Git - wxWidgets.git/blob - src/freetype/sfnt/ttload.h
1 /***************************************************************************/
5 /* Load the basic TrueType tables, i.e., tables that can be either in */
6 /* TTF or OTF fonts (specification). */
8 /* Copyright 1996-2000 by */
9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
11 /* This file is part of the FreeType project, and may only be used, */
12 /* modified, and distributed under the terms of the FreeType project */
13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
14 /* this file you indicate that you have read the license and */
15 /* understand and accept it fully. */
17 /***************************************************************************/
24 #include <freetype/internal/ftstream.h>
25 #include <freetype/internal/tttypes.h>
34 TT_Table
* TT_LookUp_Table( TT_Face face
,
38 FT_Error
TT_Goto_Table( TT_Face face
,
45 FT_Error
TT_Load_SFNT_Header( TT_Face face
,
50 FT_Error
TT_Load_Directory( TT_Face face
,
55 FT_Error
TT_Load_Any( TT_Face face
,
63 FT_Error
TT_Load_Header( TT_Face face
,
68 FT_Error
TT_Load_Metrics_Header( TT_Face face
,
74 FT_Error
TT_Load_CMap( TT_Face face
,
79 FT_Error
TT_Load_MaxProfile( TT_Face face
,
84 FT_Error
TT_Load_Names( TT_Face face
,
89 FT_Error
TT_Load_OS2( TT_Face face
,
94 FT_Error
TT_Load_PostScript( TT_Face face
,
99 FT_Error
TT_Load_Hdmx( TT_Face face
,
103 FT_Error
TT_Load_PCLT( TT_Face face
,
107 void TT_Free_Names( TT_Face face
);
111 void TT_Free_Hdmx ( TT_Face face
);
115 FT_Error
TT_Load_Kern( TT_Face face
,
120 FT_Error
TT_Load_Gasp( TT_Face face
,
129 #endif /* TTLOAD_H */