1 /***************************************************************************/
5 /* TrueType-specific tables loader (specification). */
7 /* Copyright 1996-2001, 2002, 2005, 2006 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
16 /***************************************************************************/
24 #include FT_INTERNAL_TRUETYPE_TYPES_H
31 tt_face_load_loca( TT_Face face
,
35 tt_face_get_location( TT_Face face
,
40 tt_face_done_loca( TT_Face face
);
43 tt_face_load_cvt( TT_Face face
,
47 tt_face_load_fpgm( TT_Face face
,
52 tt_face_load_prep( TT_Face face
,
57 tt_face_load_hdmx( TT_Face face
,
62 tt_face_free_hdmx( TT_Face face
);
66 tt_face_get_device_metrics( TT_Face face
,
72 #endif /* __TTPLOAD_H__ */