1 /***************************************************************************/
5 /* OpenType & CFF data/program tables loader (specification). */
7 /* Copyright 1996-2001, 2002, 2003, 2007, 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 /***************************************************************************/
25 #include FT_SERVICE_POSTSCRIPT_CMAPS_H
31 cff_get_standard_encoding( FT_UInt charcode
);
34 FT_LOCAL( FT_String
* )
35 cff_index_get_name( CFF_Index idx
,
38 FT_LOCAL( FT_String
* )
39 cff_index_get_sid_string( CFF_Index idx
,
41 FT_Service_PsCMaps psnames
);
45 cff_index_access_element( CFF_Index idx
,
48 FT_ULong
* pbyte_len
);
51 cff_index_forget_element( CFF_Index idx
,
56 cff_charset_cid_to_gindex( CFF_Charset charset
,
61 cff_font_load( FT_Library library
,
68 cff_font_done( CFF_Font font
);
72 cff_fd_select_get( CFF_FDSelect fdselect
,
73 FT_UInt glyph_index
);
78 #endif /* __CFFLOAD_H__ */