|
|
#include <stdio.h> | #include <stdio.h> |
#include <string.h> | #include <string.h> |
#include "fcint.h" | #include "fcint.h" |
#include <freetype/freetype.h> |
#include <ft2build.h> |
#include <freetype/internal/ftobjs.h> |
#include FT_FREETYPE_H |
#include <freetype/tttables.h> |
#include FT_INTERNAL_OBJECTS_H |
#include <freetype/ftsnames.h> |
#include FT_TRUETYPE_TABLES_H |
#include <freetype/ttnameid.h> |
#include FT_SFNT_NAMES_H |
#include <freetype/t1tables.h> |
#include FT_TRUETYPE_IDS_H |
|
#include FT_TYPE1_TABLES_H |
| |
#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4)) | #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4)) |
#include <freetype/ftbdf.h> |
#include FT_BDF_H |
#include <freetype/ftmodule.h> |
#include FT_MODULE_H |
#define USE_FTBDF | #define USE_FTBDF |
#define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \ | #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \ |
(f)->driver->root.clazz->get_interface) | (f)->driver->root.clazz->get_interface) |