1 /***************************************************************************/
5 /* FreeType PFR glyph loader (specification). */
7 /* Copyright 2002 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 /***************************************************************************/
19 #ifndef __PFRGLOAD_H__
20 #define __PFRGLOAD_H__
28 pfr_glyph_init( PFR_Glyph glyph
,
29 FT_GlyphLoader loader
);
32 pfr_glyph_done( PFR_Glyph glyph
);
36 pfr_glyph_load( PFR_Glyph glyph
,
46 #endif /* __PFRGLOAD_H__ */