#include <libwps_internal.h>
Public Member Functions | |
| 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 WPSFont | getDefault () |
Public Attributes | |
| 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 | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, WPSFont const &ft) |
| operator<< | |
|
inline |
constructor
|
inlinevirtual |
|
inlinestatic |
Referenced by WPS4Text::flushExtra(), and WPS4Graph::sendObjects().
|
inline |
accessor
|
inline |
| bool WPSFont::operator== | ( | WPSFont const & | ft | ) | const |
compares to font
Referenced by operator!=().
|
friend |
operator<<
| uint32_t WPSFont::m_attributes |
the font attributes defined as a set of bits
Referenced by operator<<(), operator==(), WPS4Text::readFont(), and WPSContentListener::setFont().
| uint32_t WPSFont::m_color |
the font color
Referenced by WPS4TextInternal::Font::hasColor(), operator<<(), operator==(), WPS4Text::readFont(), WPS4TextInternal::Font::resetColor(), and WPSContentListener::setFont().
| std::string WPSFont::m_extra |
public field use to add a message when the font is printed
Referenced by operator<<(), operator==(), and WPS4Text::readFont().
| int WPSFont::m_languageId |
the language (simplified locale name id) if known
Referenced by operator==(), and WPSContentListener::setFont().
| std::string WPSFont::m_name |
font name
Referenced by getDefault(), WPS4TextInternal::Font::getDefault(), isSet(), operator<<(), operator==(), WPS4Text::readFont(), and WPSContentListener::setFont().
| int WPSFont::m_size |
font size
Referenced by getDefault(), WPS4TextInternal::Font::getDefault(), operator<<(), operator==(), WPS4Text::readFont(), and WPSContentListener::setFont().