| OpenEnroth 9cf7432
    | 
#include "GUIFont.h"#include <sstream>#include <memory>#include <algorithm>#include <ranges>#include <string>#include "Engine/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 | ||
| ) |