Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
fontengine.cpp File Reference
#include "fontengine.h"
#include <cmath>
#include "client/renderingengine.h"
#include "config.h"
#include "porting.h"
#include "filesys.h"
#include "gettext.h"
#include "settings.h"
#include "irrlicht_changes/CGUITTFont.h"
#include "util/numeric.h"
#include <IGUIEnvironment.h>
#include <IGUIFont.h>
+ Include dependency graph for fontengine.cpp:

Functions

static void font_setting_changed (const std::string &name, void *userdata)
 callback to be used on change of font size setting
 

Variables

FontEngineg_fontengine = nullptr
 reference to access font engine, has to be initialized by main
 
static const char * settings []
 

Function Documentation

◆ font_setting_changed()

static void font_setting_changed ( const std::string & name,
void * userdata )
static

callback to be used on change of font size setting

Referenced by FontEngine::FontEngine().

+ Here is the caller graph for this function:

Variable Documentation

◆ g_fontengine

◆ settings

const char* settings[]
static