56 void addTo(librevenge::RVNGPropertyList &propList)
const;
virtual ~WPSFont()
destructor
Definition: WPSFont.h:51
bool operator==(WPSFont const &ft) const
operator==
Definition: WPSFont.cpp:64
std::string m_extra
public field use to add a message when the font is printed
Definition: WPSFont.h:84
friend std::ostream & operator<<(std::ostream &o, WPSFont const &ft)
operator<<
Definition: WPSFont.cpp:33
define the font properties
Definition: WPSFont.h:37
uint32_t m_color
the font color
Definition: WPSFont.h:79
bool isSet() const
accessor
Definition: WPSFont.h:59
uint32_t m_attributes
the font attributes defined as a set of bits
Definition: WPSFont.h:77
int m_languageId
the language (simplified locale name id) if known
Definition: WPSFont.h:81
WPSFont()
constructor
Definition: WPSFont.h:41
static WPSFont getDefault()
returns the default font ( Courier 12pt)
Definition: WPSFont.h:43
std::string m_name
font name
Definition: WPSFont.h:73
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: WPSFont.cpp:75
double m_size
font size
Definition: WPSFont.h:75
bool operator!=(WPSFont const &ft) const
operator!=
Definition: WPSFont.h:67