]>
git.saurik.com Git - wxWidgets.git/blob - src/freetype/truetype/ttgload.h
1 /***************************************************************************/
5 /* TrueType Glyph Loader (specification). */
7 /* Copyright 1996-2000 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 /***************************************************************************/
23 #ifdef FT_FLAT_COMPILE
27 #ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
31 #else /* FT_FLAT_COMPILE */
33 #include <truetype/ttobjs.h>
35 #ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
36 #include <truetype/ttinterp.h>
39 #endif /* FT_FLAT_COMPILE */
48 void TT_Get_Metrics( TT_HoriHeader
* header
,
54 void TT_Init_Glyph_Loading( TT_Face face
);
57 FT_Error
TT_Load_Glyph( TT_Size size
,
59 FT_UShort glyph_index
,
66 #endif /* TTGLOAD_H */