OLD | NEW |
1 /***************************************************************************/ | 1 /***************************************************************************/ |
2 /* */ | 2 /* */ |
3 /* afloader.h */ | 3 /* afloader.h */ |
4 /* */ | 4 /* */ |
5 /* Auto-fitter glyph loading routines (specification). */ | 5 /* Auto-fitter glyph loading routines (specification). */ |
6 /* */ | 6 /* */ |
7 /* Copyright 2003-2005, 2011 by */ | 7 /* Copyright 2003-2005, 2011-2012 by */ |
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ | 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
9 /* */ | 9 /* */ |
10 /* This file is part of the FreeType project, and may only be used, */ | 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 */ | 11 /* modified, and distributed under the terms of the FreeType project */ |
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ | 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
13 /* this file you indicate that you have read the license and */ | 13 /* this file you indicate that you have read the license and */ |
14 /* understand and accept it fully. */ | 14 /* understand and accept it fully. */ |
15 /* */ | 15 /* */ |
16 /***************************************************************************/ | 16 /***************************************************************************/ |
17 | 17 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 | 53 |
54 | 54 |
55 FT_LOCAL( void ) | 55 FT_LOCAL( void ) |
56 af_loader_done( AF_Loader loader ); | 56 af_loader_done( AF_Loader loader ); |
57 | 57 |
58 | 58 |
59 FT_LOCAL( FT_Error ) | 59 FT_LOCAL( FT_Error ) |
60 af_loader_load_glyph( AF_Loader loader, | 60 af_loader_load_glyph( AF_Loader loader, |
61 FT_Face face, | 61 FT_Face face, |
62 FT_UInt gindex, | 62 FT_UInt gindex, |
63 FT_UInt32 load_flags ); | 63 FT_Int32 load_flags ); |
64 | 64 |
65 /* */ | 65 /* */ |
66 | 66 |
67 | 67 |
68 FT_END_HEADER | 68 FT_END_HEADER |
69 | 69 |
70 #endif /* __AFLOADER_H__ */ | 70 #endif /* __AFLOADER_H__ */ |
71 | 71 |
72 | 72 |
73 /* END */ | 73 /* END */ |
OLD | NEW |