This is the complete list of members for Font, including all inherited members.
| addFont(const System::Path &path) | Font | static |
| addFonts(const System::Path &path) | Font | static |
| Category enum name | Font | |
| category() const | Font | |
| family() const | Font | |
| Font() | Font | |
| Font(const std::string &family, std::size_t size, const std::string &styleName, Weight weight=Weight::Normal, Slant slant=Slant::Normal, Stretch stretch=Stretch::Normal) | Font | |
| Font(const std::string &family, std::size_t size, Weight weight=Weight::Normal, Slant slant=Slant::Normal, Stretch stretch=Stretch::Normal) | Font | |
| Font(Category category, std::size_t size, Weight weight=Weight::Normal, Slant slant=Slant::Normal, Stretch stretch=Stretch::Normal) | Font | |
| fontFiles() | Font | static |
| hasStyleName() const | Font | |
| operator!=(const Font &a, const Font &b) | Font | related |
| operator<(const Font &a, const Font &b) | Font | related |
| operator==(const Font &a, const Font &b) | Font | related |
| removeFont(const System::Path &path) | Font | static |
| size() const | Font | |
| Slant enum name | Font | |
| slant() const | Font | |
| Stretch enum name | Font | |
| stretch() const | Font | |
| styleName() const | Font | |
| Weight enum name | Font | |
| weight() const | Font | |
| withSize(std::size_t size) const | Font | |
| withSlant(Slant slant) const | Font | |
| withStretch(Stretch stretch) const | Font | |
| withWeight(Weight weight) const | Font |