1 /***************************************************************************/
5 /* Some convenience conversions (specification). */
7 /* Copyright 2006 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 /***************************************************************************/
24 #include FT_INTERNAL_POSTSCRIPT_AUX_H
30 PS_Conv_Strtol( FT_Byte
** cursor
,
36 PS_Conv_ToInt( FT_Byte
** cursor
,
40 PS_Conv_ToFixed( FT_Byte
** cursor
,
46 PS_Conv_StringDecode( FT_Byte
** cursor
,
53 PS_Conv_ASCIIHexDecode( FT_Byte
** cursor
,
59 PS_Conv_EexecDecode( FT_Byte
** cursor
,
68 #endif /* __PSCONV_H__ */