SuperTuxKart
|
This is the complete list of members for FontSettings, including all inherited members.
FontSettings(bool black_border=false, bool colored_border=false, bool thin_border=false, float scale=1.0f, bool shadow=false, const video::SColor &shadow_color=video::SColor(0, 0, 0, 0), const video::SColor &border_color=video::SColor(0, 0, 0, 0)) | FontSettings | inline |
getBorderColor() const | FontSettings | inline |
getScale() const | FontSettings | inline |
getShadowColor() const | FontSettings | inline |
m_black_border | FontSettings | private |
m_border_color | FontSettings | private |
m_colored_border | FontSettings | private |
m_scale | FontSettings | private |
m_shadow | FontSettings | private |
m_shadow_color | FontSettings | private |
m_thin_border (defined in FontSettings) | FontSettings | private |
setBlackBorder(bool border) | FontSettings | inline |
setBorderColor(const video::SColor &col) | FontSettings | inline |
setColoredBorder(bool border) | FontSettings | inline |
setScale(float scale) | FontSettings | inline |
setShadow(bool shadow) | FontSettings | inline |
setShadowColor(const video::SColor &col) | FontSettings | inline |
setThinBorder(bool thin) | FontSettings | inline |
useBlackBorder() const | FontSettings | inline |
useColoredBorder() const | FontSettings | inline |
useShadow() const | FontSettings | inline |
useThinBorder() const | FontSettings | inline |