SuperTuxKart
Loading...
Searching...
No Matches
Classes
Font

This module stores font files and tools used to draw characters in STK. More...

Classes

class  BoldFace
 A font which uses regular TTFs to render title or important message in STK with a bold outline, it shares the same FaceTTF with RegularFace. More...
 
class  DigitFace
 A font which uses a more cartonish style TTF to render big numbers in STK. More...
 
class  FaceTTF
 This class will load a list of TTF files from FontManager, and save them inside m_ft_faces for FontWithFace to load glyph. More...
 
class  FontManager
 This class stores all font files required in STK. More...
 
class  FontSettings
 This class stores settings when rendering fonts, used when instantiating irr::gui::ScalableFont. More...
 
class  FontWithFace
 An abstract class which contains functions which convert vector fonts into bitmap and render them in STK. More...
 
class  RegularFace
 A font which uses regular TTFs to render most text in STK. More...
 

Detailed Description

This module stores font files and tools used to draw characters in STK.