55         void addTo(librevenge::RVNGPropertyList &propList) 
const;
 virtual ~WPSFont()
destructor 
Definition: WPSFont.h:50
bool operator==(WPSFont const &ft) const 
operator== 
Definition: WPSFont.cpp:69
double m_spacing
font spacing 
Definition: WPSFont.h:78
std::string m_extra
public field use to add a message when the font is printed 
Definition: WPSFont.h:85
friend std::ostream & operator<<(std::ostream &o, WPSFont const &ft)
operator<< 
Definition: WPSFont.cpp:34
define the font properties 
Definition: WPSFont.h:36
bool isSet() const 
accessor 
Definition: WPSFont.h:58
uint32_t m_attributes
the font attributes defined as a set of bits 
Definition: WPSFont.h:76
int m_languageId
the language (simplified locale name id) if known 
Definition: WPSFont.h:82
WPSFont()
constructor 
Definition: WPSFont.h:40
static WPSFont getDefault()
returns the default font ( Courier 12pt) 
Definition: WPSFont.h:42
void addTo(librevenge::RVNGPropertyList &propList) const 
add to the propList 
Definition: WPSFont.cpp:81
the class to store a color 
Definition: libwps_internal.h:266
double m_size
font size 
Definition: WPSFont.h:74
librevenge::RVNGString m_name
font name 
Definition: WPSFont.h:72
WPSColor m_color
the font color 
Definition: WPSFont.h:80
bool operator!=(WPSFont const &ft) const 
operator!= 
Definition: WPSFont.h:66