]>
git.saurik.com Git - wxWidgets.git/blob - src/freetype/cff/t2load.h
1 /***************************************************************************/
5 /* OpenType glyph data/program tables 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 /***************************************************************************/
22 #include <freetype/internal/t2types.h>
23 #include <freetype/internal/psnames.h>
30 FT_String
* T2_Get_Name( CFF_Index
* index
,
34 FT_String
* T2_Get_String( CFF_Index
* index
,
36 PSNames_Interface
* interface
);
39 FT_Error
T2_Access_Element( CFF_Index
* index
,
42 FT_ULong
* pbyte_len
);
45 void T2_Forget_Element( CFF_Index
* index
,
49 FT_Error
T2_Load_CFF_Font( FT_Stream stream
,
54 void T2_Done_CFF_Font( CFF_Font
* font
);
57 FT_Byte
CFF_Get_FD( CFF_FD_Select
* select
,
58 FT_UInt glyph_index
);