DDraceNetwork Docs
|
#include <base/log.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/console.h>
#include <engine/graphics.h>
#include <engine/shared/json.h>
#include <engine/storage.h>
#include <engine/textrender.h>
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <chrono>
#include <cstddef>
#include <limits>
#include <tuple>
#include <unordered_map>
#include <vector>
Classes | |
struct | SGlyph |
struct | SGlyphKeyHash |
struct | SGlyphKeyEquals |
class | CAtlas |
struct | CAtlas::SSectionKeyHash |
struct | CAtlas::SSectionKeyEquals |
struct | CAtlas::SSection |
class | CGlyphMap |
struct | STextCharQuadVertex |
struct | STextCharQuad |
struct | SStringInfo |
struct | STextContainer |
struct | SFontLanguageVariant |
class | CTextRender |
Typedefs | |
typedef vector4_base< unsigned char > | STextCharQuadVertexColor |
Enumerations | |
enum | { FONT_NAME_SIZE = 128 } |
Functions | |
IEngineTextRender * | CreateEngineTextRender () |
typedef vector4_base<unsigned char> STextCharQuadVertexColor |
IEngineTextRender * CreateEngineTextRender | ( | ) |