Internal: class to store font properties. More...
 
  
 | Public Member Functions | |
| Font () | |
| constructor  More... | |
| WPS8TextStyle::FontData & | special () | 
| return the auxilliary data  More... | |
| WPS8TextStyle::FontData const & | special () const | 
| return the auxilliary data  More... | |
|  Public Member Functions inherited from WPSFont | |
| WPSFont () | |
| constructor  More... | |
| virtual | ~WPSFont () | 
| destructor  More... | |
| void | addTo (librevenge::RVNGPropertyList &propList) const | 
| add to the propList  More... | |
| bool | isSet () const | 
| accessor  More... | |
| bool | operator== (WPSFont const &ft) const | 
| operator==  More... | |
| bool | operator!= (WPSFont const &ft) const | 
| operator!=  More... | |
| Static Public Member Functions | |
| static Font | def () | 
|  Static Public Member Functions inherited from WPSFont | |
| static WPSFont | getDefault () | 
| returns the default font ( Courier 12pt)  More... | |
| Protected Attributes | |
| WPS8TextStyle::FontData | m_special | 
| the auxialliary data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &ft) | 
| operator<<  More... | |
| Additional Inherited Members | |
|  Public Attributes inherited from WPSFont | |
| librevenge::RVNGString | m_name | 
| font name  More... | |
| double | m_size | 
| font size  More... | |
| uint32_t | m_attributes | 
| the font attributes defined as a set of bits  More... | |
| double | m_spacing | 
| font spacing  More... | |
| WPSColor | m_color | 
| the font color  More... | |
| int | m_languageId | 
| the language (simplified locale name id) if known  More... | |
| std::string | m_extra | 
| public field use to add a message when the font is printed  More... | |
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<<
Referenced by def().
| 
 | protected | 
the auxialliary data
Referenced by WPS8TextStyleInternal::operator<<(), and special().