1 /***************************************************************************/
5 /* Load the basic TrueType tables, i.e., tables that can be either in */
6 /* TTF or OTF fonts (specification). */
8 /* Copyright 1996-2001, 2002, 2005, 2006 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 /***************************************************************************/
25 #include FT_INTERNAL_STREAM_H
26 #include FT_INTERNAL_TRUETYPE_TYPES_H
33 tt_face_lookup_table( TT_Face face
,
37 tt_face_goto_table( TT_Face face
,
44 tt_face_load_font_dir( TT_Face face
,
49 tt_face_load_any( TT_Face face
,
57 tt_face_load_head( TT_Face face
,
62 tt_face_load_cmap( TT_Face face
,
67 tt_face_load_maxp( TT_Face face
,
72 tt_face_load_name( TT_Face face
,
77 tt_face_load_os2( TT_Face face
,
82 tt_face_load_post( TT_Face face
,
87 tt_face_load_pclt( TT_Face face
,
91 tt_face_free_name( TT_Face face
);
95 tt_face_load_gasp( TT_Face face
,
98 #ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
101 tt_face_load_bhed( TT_Face face
,
104 #endif /* TT_CONFIG_OPTION_EMBEDDED_BITMAPS */
109 #endif /* __TTLOAD_H__ */