|
OpenEnroth 39d87c6
|
#include "GUIFont.h"#include <sstream>#include <memory>#include <algorithm>#include <ranges>#include <string>#include <utility>#include "Engine/Resources/LodTextureCache.h"#include "Engine/Graphics/Renderer/Renderer.h"#include "Engine/Graphics/Image.h"Functions | |
| static Color | parseColorTag (const char *tag, const Color &defaultColor) |
| void | DrawCharToBuff (Color *draw_buff, const uint8_t *pCharPixels, int uCharWidth, int uCharHeight, Color draw_color, Color shadowColor, int line_width) |
| void DrawCharToBuff | ( | Color * | draw_buff, |
| const uint8_t * | pCharPixels, | ||
| int | uCharWidth, | ||
| int | uCharHeight, | ||
| Color | draw_color, | ||
| Color | shadowColor, | ||
| int | line_width | ||
| ) |