bpp-core3
3.0.0
|
This is the complete list of members for bpp::Font, including all inherited members.
clone() const | bpp::Font | inlinevirtual |
family_ | bpp::Font | private |
Font(const std::string &family="Default", short int style=STYLE_NORMAL, short int weight=WEIGHT_NORMAL, unsigned int size=12) | bpp::Font | inline |
getFamily() const | bpp::Font | inline |
getSeries() const | bpp::Font | inline |
getShape() const | bpp::Font | inline |
getSize() const | bpp::Font | inline |
getStyle() const | bpp::Font | inline |
getWeight() const | bpp::Font | inline |
init_() | bpp::Font | private |
operator==(const Font &font) const | bpp::Font | inline |
setFamily(const std::string &family) | bpp::Font | inline |
setSeries(short int series) | bpp::Font | inline |
setShape(short int shape) | bpp::Font | inline |
setSize(unsigned int size) | bpp::Font | inline |
setStyle(short int style) | bpp::Font | inline |
setWeight(short int weight) | bpp::Font | inline |
size_ | bpp::Font | private |
style_ | bpp::Font | private |
STYLE_ITALIC | bpp::Font | static |
STYLE_NORMAL | bpp::Font | static |
styleDesc_ | bpp::Font | mutableprivate |
toString() const | bpp::Font | inline |
weight_ | bpp::Font | private |
WEIGHT_BOLD | bpp::Font | static |
WEIGHT_NORMAL | bpp::Font | static |
weightDesc_ | bpp::Font | mutableprivate |
~Clonable()=default | bpp::Clonable | virtual |
~Font() | bpp::Font | inlinevirtual |