Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
GUIFont.cpp File Reference
#include "GUIFont.h"
#include "GUIFontTTF.h"
#include "windowing/GraphicContext.h"
#include "threads/SingleLock.h"
#include "utils/TimeUtils.h"
#include "utils/MathUtils.h"
#include "utils/CharsetConverter.h"

Macros

#define ROUND(x)   (float)(MathUtils::round_int(x))
 

Macro Definition Documentation

◆ ROUND

#define ROUND (   x)    (float)(MathUtils::round_int(x))