summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype/freetype-1.5/lib/extend/ftxerr18.h
blob: 34e3d5e7636f2812d890ff23ca464394eb368089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/****************************************************************************/
/*                                                                          */
/*  Erwin Dieterich,  15. 10. 1997                                          */
/*                  - 15. 08. 1999                                          */
/*                                                                          */
/*  TT_ErrToString: translate error codes to character strings              */
/*                                                                          */
/*  This extension provides internationalized error strings from the        */
/*  various error messages. It uses the "gettext" package where available   */
/*  or returns english/american message strings if not.                     */
/*                                                                          */
/*  If you do not want to use it, or if you encounter some problems         */
/*  compiling this file, try to disable nls support by configuring          */
/*  FreeType with ./configure --disable-nls                                 */
/*                                                                          */
/*                                                                          */
/****************************************************************************/

#ifndef FTXERR18_H
#define FTXERR18_H

#include "freetype.h"

#ifdef __cplusplus
  extern "C" {
#endif

  FT_EXPORT_DEF( TT_String* )
  TT_ErrToString18( TT_Error  i );

#ifdef __cplusplus
  }
#endif

#endif /* FTXERR18_H */


/* END */