#include <ft2build.h>
#include <FT_CONFIG_OPTIONS_H>
#include <FT_CONFIG_STANDARD_LIBRARY_H>
Include dependency graph for ftconfig.h:

Go to the source code of this file.
Defines | |
| #define | HAVE_UNISTD_H 1 |
| #define | HAVE_FCNTL_H 1 |
| #define | SIZEOF_INT 4 |
| #define | SIZEOF_LONG 4 |
| #define | FT_SIZEOF_INT 4 |
| #define | FT_SIZEOF_LONG 4 |
| #define | FT_CHAR_BIT 8 |
| #define | FT_ALIGNMENT 8 |
| #define | FT_UNUSED(arg) ( (arg) = (arg) ) |
| #define | FT_BEGIN_STMNT do { |
| #define | FT_END_STMNT } while ( 0 ) |
| #define | FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT |
| #define | FT_LOCAL(x) extern x |
| #define | FT_LOCAL_DEF(x) x |
| #define | FT_BASE(x) extern x |
| #define | FT_BASE_DEF(x) extern x |
| #define | FT_EXPORT(x) extern x |
| #define | FT_EXPORT_DEF(x) extern x |
| #define | FT_EXPORT_VAR(x) extern x |
| #define | FT_CALLBACK_DEF(x) static x |
| #define | FT_CALLBACK_TABLE extern |
| #define | FT_CALLBACK_TABLE_DEF |
Typedefs | |
| typedef signed short | FT_Int16 |
| typedef unsigned short | FT_UInt16 |
| typedef signed int | FT_Int32 |
| typedef unsigned int | FT_UInt32 |
| typedef int | FT_Fast |
| typedef unsigned int | FT_UFast |
| #define FT_ALIGNMENT 8 |
Definition at line 74 of file ftconfig.h.
| #define FT_BASE | ( | x | ) | extern x |
Definition at line 234 of file ftconfig.h.
| #define FT_BASE_DEF | ( | x | ) | extern x |
Definition at line 245 of file ftconfig.h.
| #define FT_BEGIN_STMNT do { |
Definition at line 186 of file ftconfig.h.
| #define FT_CALLBACK_DEF | ( | x | ) | static x |
Definition at line 310 of file ftconfig.h.
| #define FT_CALLBACK_TABLE extern |
Definition at line 319 of file ftconfig.h.
| #define FT_CALLBACK_TABLE_DEF |
Definition at line 320 of file ftconfig.h.
| #define FT_CHAR_BIT 8 |
Definition at line 70 of file ftconfig.h.
| #define FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT |
Definition at line 188 of file ftconfig.h.
| #define FT_END_STMNT } while ( 0 ) |
Definition at line 187 of file ftconfig.h.
| #define FT_EXPORT | ( | x | ) | extern x |
Definition at line 256 of file ftconfig.h.
| #define FT_EXPORT_DEF | ( | x | ) | extern x |
Definition at line 267 of file ftconfig.h.
| #define FT_EXPORT_VAR | ( | x | ) | extern x |
Definition at line 278 of file ftconfig.h.
| #define FT_LOCAL | ( | x | ) | extern x |
Definition at line 222 of file ftconfig.h.
| #define FT_LOCAL_DEF | ( | x | ) | x |
Definition at line 223 of file ftconfig.h.
| #define FT_SIZEOF_INT 4 |
Definition at line 67 of file ftconfig.h.
| #define FT_SIZEOF_LONG 4 |
Definition at line 68 of file ftconfig.h.
| #define FT_UNUSED | ( | arg | ) | ( (arg) = (arg) ) |
Definition at line 80 of file ftconfig.h.
| #define HAVE_FCNTL_H 1 |
Definition at line 62 of file ftconfig.h.
| #define HAVE_UNISTD_H 1 |
Definition at line 61 of file ftconfig.h.
| #define SIZEOF_INT 4 |
Definition at line 64 of file ftconfig.h.
| #define SIZEOF_LONG 4 |
Definition at line 65 of file ftconfig.h.
| typedef int FT_Fast |
Definition at line 134 of file ftconfig.h.
| typedef signed short FT_Int16 |
Definition at line 114 of file ftconfig.h.
| typedef signed int FT_Int32 |
Definition at line 119 of file ftconfig.h.
| typedef unsigned int FT_UFast |
Definition at line 135 of file ftconfig.h.
| typedef unsigned short FT_UInt16 |
Definition at line 115 of file ftconfig.h.
| typedef unsigned int FT_UInt32 |
Definition at line 120 of file ftconfig.h.
1.5.1