1.10 |
This is the complete list of members for Font, including all inherited members.
DEFAULT_FACE | Font | static |
DEFAULT_SIZE | Font | static |
DEFAULT_SLANT | Font | static |
DEFAULT_WEIGHT | Font | static |
deserialize(const std::string &name, const std::string &value, const Serializer::Attributes &attrs) | Font | |
direct_allocate() | Font | protected |
face() const | Font | inline |
face(const std::string &face) | Font | inline |
Font() | Font | |
Font(const std::string &face) | Font | explicit |
Font(const unsigned char *data, size_t len, Font::Size size) | Font | explicit |
Font(const std::string &face, Font::Size size, Font::Weight weight=Weight::normal, Font::Slant slant=Slant::normal) | Font | explicit |
Font(Font::Size size) | Font | explicit |
Font(Font::Size size, Font::Weight weight) | Font | explicit |
Font(Font::Weight weight) | Font | explicit |
Font(Font::Slant slant) | Font | explicit |
m_data | Font | protected |
m_face | Font | protected |
m_len | Font | protected |
m_scaled_font | Font | mutableprotected |
m_size | Font | protected |
m_slant | Font | protected |
m_use_default_size | Font | protected |
m_weight | Font | protected |
on_screen_resized() | Font | |
reset_font_cache() | Font | static |
scaled_font() const | Font | |
serialize(const std::string &name, Serializer &serializer) const | Font | |
shutdown_fonts() | Font | static |
size() const | Font | inline |
size(const Font::Size &s) | Font | inline |
Size typedef | Font | |
slant() const | Font | inline |
slant(Font::Slant s) | Font | inline |
Slant enum name | Font | |
Weight enum name | Font | |
weight() const | Font | inline |
weight(Font::Weight w) | Font | inline |