4 #include "sge_textpp.h"
7 -#include <freetype/freetype.h>
8 -#include <freetype/ftoutln.h>
9 -#include <freetype/ttnameid.h>
10 -#include <freetype/internal/ftobjs.h>
11 +#include <ft2build.h>
12 +#include FT_FREETYPE_H
13 +#include FT_OUTLINE_H
15 /* The structure used to hold glyph information (cached) */
19 memset(stream, 0, sizeof(*stream));
21 - stream->memory = _sge_library->memory;
22 + stream->memory = NULL;
23 stream->read = RWread;
24 stream->descriptor.pointer = src;
25 stream->pos = (unsigned long)position;