OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
TrueType Font Implementation. More...
#include <fstream>
#include "global.h"
#include "Log.h"
#include "TextureManager.h"
#include "utils/pixel.h"
#include "system/FontTTF.h"
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 |
TrueType Font Implementation.
Definition in file FontTTF.cpp.
#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.