#include <ft2build.h>
#include <freetype/freetype.h>
#include <freetype/ftglyph.h>
#include <freetype/ftoutln.h>
#include <freetype/fttrigon.h>
#include "global.h"
#include "MercuryUtil.h"
#include "MercuryText.h"
#include "MercuryLog.h"
#include "MercuryDisplay.h"
#include "MercuryInput.h"
#include "MercuryTextureManager.h"
#include "MercuryFiles.h"
#include "MercuryObjectFactory.h"
#include "MercuryVector.h"
#include "BMPWriter.h"
Go to the source code of this file.
Defines | |
#define | MC_DISPLAYRESIZED 1 |
Functions | |
REGISTER_OBJECT_TYPE (MercuryText) | |
Variables | |
GlobalFontHash | FONTHASH |
#define MC_DISPLAYRESIZED 1 |
Definition at line 22 of file MercuryText.cpp.
REGISTER_OBJECT_TYPE | ( | MercuryText | ) |
Definition at line 20 of file MercuryText.cpp.