Definition: FontConfig.h:13
FontConfig(const std::string &name, float scaleX=1.0f, float scaleY=1.0f)
Definition: FontConfig.cpp:11
const std::string & GetName() const
Definition: FontConfig.h:44
const Face & GetFaceForCodePoint(Uint32 cp)
Definition: FontConfig.cpp:46
bool IsOutline() const
Definition: FontConfig.h:45
Definition: DistanceFieldFont.cpp:12
Definition: FontConfig.h:18
int pixelHeight
Definition: FontConfig.h:30
bool operator<(const Face &o) const
Definition: FontConfig.h:35
Uint32 rangeMax
Definition: FontConfig.h:33
float advanceXAdjustment
Definition: FontConfig.h:31
Face(const std::string &fontFile_, int pixelWidth_, int pixelHeight_, float advanceXAdjustment_, Uint32 rangeMin_, Uint32 rangeMax_)
Definition: FontConfig.h:19
int pixelWidth
Definition: FontConfig.h:29
Uint32 rangeMin
Definition: FontConfig.h:32
std::string fontFile
Definition: FontConfig.h:28