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 | |
![]() | |
WPSFont () | |
constructor | |
virtual | ~WPSFont () |
bool | isSet () const |
accessor | |
bool | operator== (WPSFont const &ft) const |
compares to font | |
bool | operator!= (WPSFont const &ft) const |
Static Public Member Functions | |
static Font | def () |
![]() | |
static WPSFont | getDefault () |
Protected Attributes | |
WPS8TextStyle::FontData | m_special |
the auxialliary data |
Friends | |
std::ostream & | operator<< (std::ostream &o, Font const &ft) |
operator<< |
Additional Inherited Members | |
![]() | |
std::string | m_name |
font name | |
int | m_size |
font size | |
uint32_t | m_attributes |
the font attributes defined as a set of bits | |
uint32_t | m_color |
the font color | |
int | m_languageId |
the language (simplified locale name id) if known | |
std::string | m_extra |
public field use to add a message when the font is printed |
Internal: class to store font properties.
|
inline |
constructor
|
inlinestatic |
Referenced by WPS8TextStyle::readFont().
|
inline |
return the auxilliary data
Referenced by WPS8TextStyle::readFont(), and WPS8TextStyle::sendFont().
|
inline |
return the auxilliary data
|
friend |
operator<<
|
protected |
the auxialliary data
Referenced by WPS8TextStyleInternal::operator<<(), and special().