OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Macros
FontTTF.cpp File Reference

TrueType Font Implementation. More...

#include <fstream>
#include "global.h"
#include "Log.h"
#include "TextureManager.h"
#include "utils/pixel.h"
#include "system/FontTTF.h"
Include dependency graph for FontTTF.cpp:

Go to the source code of this file.

Macros

#define MAP_WIDTH   512
 
#define MAP_HEIGHT   512
 
#define FONT_SIZE   33
 
#define MAP_NUM_CHARS   100
 

Detailed Description

TrueType Font Implementation.

Author
xythobuz

Definition in file FontTTF.cpp.

Macro Definition Documentation

#define MAP_WIDTH   512

Definition at line 16 of file FontTTF.cpp.

#define MAP_HEIGHT   512

Definition at line 17 of file FontTTF.cpp.

#define FONT_SIZE   33

Definition at line 18 of file FontTTF.cpp.

#define MAP_NUM_CHARS   100

Definition at line 19 of file FontTTF.cpp.