Internal: class to store font properties. More...
 
  
| Public Member Functions | |
| Font () | |
| constructor | |
| Font (Font const &)=default | |
| ~Font () final | |
| destructor | |
| WPS8TextStyle::FontData & | special () | 
| return the auxilliary data | |
| WPS8TextStyle::FontData const & | special () const | 
| return the auxilliary data | |
|  Public Member Functions inherited from WPSFont | |
| WPSFont () | |
| constructor | |
| WPSFont (WPSFont const &)=default | |
| WPSFont (WPSFont &&)=default | |
| WPSFont & | operator= (WPSFont const &)=default | 
| WPSFont & | operator= (WPSFont &&)=default | 
| virtual | ~WPSFont () | 
| destructor | |
| void | addTo (librevenge::RVNGPropertyList &propList) const | 
| add to the propList | |
| bool | isSet () const | 
| accessor | |
| bool | operator== (WPSFont const &ft) const | 
| operator== | |
| bool | operator!= (WPSFont const &ft) const | 
| operator!= | |
| Static Public Member Functions | |
| static Font | def () | 
|  Static Public Member Functions inherited from WPSFont | |
| static WPSFont | getDefault () | 
| returns the default font ( Courier 12pt) | |
| Protected Attributes | |
| WPS8TextStyle::FontData | m_special | 
| the auxialliary data | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &ft) | 
| operator<< | |
| Additional Inherited Members | |
|  Public Attributes inherited from WPSFont | |
| librevenge::RVNGString | m_name | 
| font name | |
| double | m_size | 
| font size | |
| uint32_t | m_attributes | 
| the font attributes defined as a set of bits | |
| double | m_spacing | 
| font spacing | |
| WPSColor | 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
Referenced by def(), Font(), and operator<<.
| 
 | default | 
| 
 | final | 
destructor
| 
 | inlinestatic | 
Referenced by def(), and WPS8TextStyle::readFont().
| 
 | inline | 
return the auxilliary data
| 
 | inline | 
return the auxilliary data
| 
 | friend | 
operator<<
| 
 | protected | 
the auxialliary data
Referenced by Font(), operator<<, special(), and special().