1 /***************************************************************************/
5 /* TrueType Glyph Loader (specification). */
7 /* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2008 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 /***************************************************************************/
26 #ifdef TT_USE_BYTECODE_INTERPRETER
35 TT_Init_Glyph_Loading( TT_Face face
);
38 TT_Get_HMetrics( TT_Face face
,
45 TT_Get_VMetrics( TT_Face face
,
52 TT_Load_Glyph( TT_Size size
,
55 FT_Int32 load_flags
);
60 #endif /* __TTGLOAD_H__ */