Font Member List

This is the complete list of members for Font, including all inherited members.

addFont(const System::Path &path)Fontstatic
addFonts(const System::Path &path)Fontstatic
Category enum nameFont
category() constFont
family() constFont
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()Fontstatic
hasStyleName() constFont
operator!=(const Font &a, const Font &b)Fontrelated
operator<(const Font &a, const Font &b)Fontrelated
operator==(const Font &a, const Font &b)Fontrelated
removeFont(const System::Path &path)Fontstatic
size() constFont
Slant enum nameFont
slant() constFont
Stretch enum nameFont
stretch() constFont
styleName() constFont
Weight enum nameFont
weight() constFont
withSize(std::size_t size) constFont
withSlant(Slant slant) constFont
withStretch(Stretch stretch) constFont
withWeight(Weight weight) constFont