#include <guichan/exception.hpp>
#include "truetypefont.h"
#include "../graphics.h"
#include "../resources/image.h"
Go to the source code of this file.
Classes | |
| class | TextChunk |
Defines | |
| #define | CACHE_SIZE 256 |
Typedefs | |
| typedef std::list< TextChunk > ::iterator | CacheIterator |
| #define CACHE_SIZE 256 |
Definition at line 29 of file truetypefont.cpp.
| typedef std::list<TextChunk>::iterator CacheIterator |
Definition at line 75 of file truetypefont.cpp.
1.5.5