OpenEnroth 4aaa0a0
|
#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"
#include "GUI/GUIWindow.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 | ||
) |