OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions
GUIFont.cpp File Reference
#include "GUIFont.h"
#include <sstream>
#include <memory>
#include <algorithm>
#include <ranges>
#include <string>
#include "Engine/AssetsManager.h"
#include "Engine/LodTextureCache.h"
#include "Engine/Graphics/Renderer/Renderer.h"
#include "Engine/Graphics/Image.h"
#include "Engine/Snapshots/CompositeSnapshots.h"
#include "GUI/GUIWindow.h"
#include "Library/Logger/Logger.h"
#include "Library/Snapshots/SnapshotSerialization.h"

Functions

void ReloadFonts ()
 
static Color parseColorTag (const char *tag, const Color &defaultColor)
 
void DrawCharToBuff (Color *draw_buff, const uint8_t *pCharPixels, int uCharWidth, int uCharHeight, const Palette &pFontPalette, Color draw_color, int line_width)
 

Function Documentation

◆ DrawCharToBuff()

void DrawCharToBuff ( Color draw_buff,
const uint8_t *  pCharPixels,
int  uCharWidth,
int  uCharHeight,
const Palette pFontPalette,
Color  draw_color,
int  line_width 
)

◆ parseColorTag()

static Color parseColorTag ( const char *  tag,
const Color defaultColor 
)
static

◆ ReloadFonts()

void ReloadFonts ( )