]>
git.saurik.com Git - wxWidgets.git/blob - src/freetype/sfnt/ttpost.h
1 /***************************************************************************/
5 /* Postcript name table processing for TrueType and OpenType fonts */
8 /* Copyright 1996-2000 by */
9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
11 /* This file is part of the FreeType project, and may only be used, */
12 /* modified, and distributed under the terms of the FreeType project */
13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
14 /* this file you indicate that you have read the license and */
15 /* understand and accept it fully. */
17 /***************************************************************************/
23 #include <freetype/config/ftconfig.h>
24 #include <freetype/internal/tttypes.h>
31 #define TT_Err_Invalid_Post_Table_Format 0x0B00
32 #define TT_Err_Invalid_Post_Table 0x0B01
36 FT_Error
TT_Get_PS_Name( TT_Face face
,
41 void TT_Free_Post_Names( TT_Face face
);