This is the complete list of members for ot::Font, including all inherited members.
addToJsonObject(JsonValue &_object, JsonAllocator &_allocator) const override | ot::Font | virtual |
ot::Serializable::addToJsonObject(ot::JsonValue &_object, ot::JsonAllocator &_allocator) const =0 | ot::Serializable | pure virtual |
family(void) const | ot::Font | inline |
Font() | ot::Font | |
Font(FontFamily _fontFamily, int _sizePx=12, bool _isBold=false, bool _isItalic=false) | ot::Font | |
Font(const std::string &_fontFamily, int _sizePx=12, bool _isBold=false, bool _isItalic=false) | ot::Font | |
Font(const Font &_other) | ot::Font | |
isBold(void) const | ot::Font | inline |
isItalic(void) const | ot::Font | inline |
operator!=(const Font &_other) const | ot::Font | |
operator=(const Font &_other) | ot::Font | |
operator==(const Font &_other) const | ot::Font | |
Serializable() | ot::Serializable | inline |
setBold(bool _isBold=true) | ot::Font | inline |
setFamily(const std::string &_fontFamily) | ot::Font | inline |
setFamily(FontFamily _fontFamily) | ot::Font | |
setFromJsonObject(const ConstJsonObject &_object) override | ot::Font | virtual |
setItalic(bool _isItalic=true) | ot::Font | inline |
setSize(int _px) | ot::Font | inline |
size(void) const | ot::Font | inline |
~Font() | ot::Font | virtual |
~Serializable() | ot::Serializable | inlinevirtual |