contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git] / freetype1 / lib / ttgload.h
blobcfdfb2c8cc91c273375c49cd75d9d791ae6b27fb
1 /*******************************************************************
3 * ttgload.h 1.0
5 * TrueType Glyph Loader.
7 * Copyright 1996-1999 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 ******************************************************************/
18 #ifndef TTGLOAD_H
19 #define TTGLOAD_H
21 #include "ttconfig.h"
22 #include "tttypes.h"
23 #include "ttobjs.h"
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
30 LOCAL_DEF
31 void TT_Get_Metrics( TT_Horizontal_Header* header,
32 UShort index,
33 Short* bearing,
34 UShort* advance );
37 LOCAL_DEF
38 TT_Error Load_TrueType_Glyph( PInstance instance,
39 PGlyph glyph,
40 UShort glyph_index,
41 UShort load_flags );
43 #ifdef __cplusplus
45 #endif
48 #endif /* TTGLOAD_H */
51 /* END */