Internal: class to store font properties. More...
Public Member Functions | |
| Font () | |
| constructor | |
| WPS8TextStyle::FontData & | special () |
| return the auxilliary data | |
| WPS8TextStyle::FontData const & | special () const |
| return the auxilliary data | |
Static Public Member Functions | |
| static Font | def () |
Protected Attributes | |
| WPS8TextStyle::FontData | m_special |
| the auxialliary data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &ft) |
| operator<< | |
Internal: class to store font properties.
| WPS8TextStyleInternal::Font::Font | ( | ) | [inline] |
constructor
| static Font WPS8TextStyleInternal::Font::def | ( | ) | [inline, static] |
Referenced by WPS8TextStyle::readFont().
| WPS8TextStyle::FontData& WPS8TextStyleInternal::Font::special | ( | ) | [inline] |
return the auxilliary data
Referenced by WPS8TextStyle::readFont(), and WPS8TextStyle::sendFont().
| WPS8TextStyle::FontData const& WPS8TextStyleInternal::Font::special | ( | ) | const [inline] |
return the auxilliary data
| std::ostream& operator<< | ( | std::ostream & | o, |
| Font const & | ft | ||
| ) | [friend] |
operator<<
the auxialliary data
Referenced by WPS8TextStyleInternal::operator<<(), and special().