1 /***************************************************************************/
5 /* Load the metrics tables common to TTF and OTF fonts (specification). */
7 /* Copyright 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_STREAM_H
25 #include FT_INTERNAL_TRUETYPE_TYPES_H
32 tt_face_load_hhea( TT_Face face
,
38 tt_face_load_hmtx( TT_Face face
,
44 tt_face_get_metrics( TT_Face face
,
48 FT_UShort
* aadvance
);
52 #endif /* __TTMTX_H__ */