#include "C4ForbidLibraryCompilation.h"#include "lib/C4Markup.h"#include "graphics/C4Facet.h"#include "graphics/C4Surface.h"#include "graphics/C4FontLoaderCustomImages.h"Go to the source code of this file.
Classes | |
| class | C4FontLoader |
| class | CStdFont |
Macros | |
| #define | STDFONT_CENTERED 0x0001 |
| #define | STDFONT_TWOSIDED 0x0002 |
| #define | STDFONT_FILTERED 0x0004 |
| #define | STDFONT_RIGHTALGN 0x0008 |
| #define | STDFONT_SHADOW 0x0010 |
| #define | STDFONT_NOMARKUP 0x0020 |
| #define | FW_NORMAL 400 |
| #define | FW_MEDIUM 500 |
| #define | FW_SEMIBOLD 600 |
| #define | FW_BOLD 700 |
Variables | |
| C4FontLoader | FontLoader |
| #define FW_BOLD 700 |
Definition at line 39 of file C4FontLoader.h.
| #define FW_MEDIUM 500 |
Definition at line 37 of file C4FontLoader.h.
| #define FW_NORMAL 400 |
Definition at line 36 of file C4FontLoader.h.
| #define FW_SEMIBOLD 600 |
Definition at line 38 of file C4FontLoader.h.
| #define STDFONT_CENTERED 0x0001 |
Definition at line 28 of file C4FontLoader.h.
| #define STDFONT_FILTERED 0x0004 |
Definition at line 30 of file C4FontLoader.h.
| #define STDFONT_NOMARKUP 0x0020 |
Definition at line 33 of file C4FontLoader.h.
| #define STDFONT_RIGHTALGN 0x0008 |
Definition at line 31 of file C4FontLoader.h.
| #define STDFONT_SHADOW 0x0010 |
Definition at line 32 of file C4FontLoader.h.
| #define STDFONT_TWOSIDED 0x0002 |
Definition at line 29 of file C4FontLoader.h.
|
extern |
Definition at line 276 of file C4FontLoader.cpp.
Referenced by C4Game::Clear(), CStdFont::Clear(), C4GraphicsResource::InitFonts(), C4StartupGraphics::InitFonts(), and C4Application::SetGameFont().