STOFFFont Class Reference

Class to store font. More...

#include <STOFFFont.hxx>

Public Member Functions

 STOFFFont ()
 constructor More...
 
 ~STOFFFont ()
 destructor More...
 
void addTo (librevenge::RVNGPropertyList &propList) const
 add to the propList More...
 
int cmp (STOFFFont const &font) const
 a comparison function More...
 
bool operator== (STOFFFont const &font) const
 operator== More...
 
bool operator!= (STOFFFont const &font) const
 operator!= More...
 
bool operator< (STOFFFont const &font) const
 operator< More...
 

Public Attributes

librevenge::RVNGPropertyList m_propertyList
 the property list More...
 
STOFFColor m_shadowColor
 the shadow color More...
 
bool m_hyphen
 hyphen More...
 
bool m_softHyphen
 soft hyphen More...
 
bool m_lineBreak
 line break More...
 

Friends

std::ostream & operator<< (std::ostream &o, STOFFFont const &font)
 operator<< More...
 

Detailed Description

Class to store font.

Constructor & Destructor Documentation

STOFFFont::STOFFFont ( )
inline

constructor

STOFFFont::~STOFFFont ( )

destructor

Referenced by STOFFFont().

Member Function Documentation

void STOFFFont::addTo ( librevenge::RVNGPropertyList &  propList) const
int STOFFFont::cmp ( STOFFFont const &  font) const

a comparison function

Referenced by operator!=(), operator<(), operator==(), and STOFFFont().

bool STOFFFont::operator!= ( STOFFFont const &  font) const
inline

operator!=

bool STOFFFont::operator< ( STOFFFont const &  font) const
inline

operator<

bool STOFFFont::operator== ( STOFFFont const &  font) const
inline

operator==

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFFont const &  font 
)
friend

operator<<

Referenced by STOFFFont().

Member Data Documentation

bool STOFFFont::m_hyphen
bool STOFFFont::m_lineBreak
STOFFColor STOFFFont::m_shadowColor
bool STOFFFont::m_softHyphen

The documentation for this class was generated from the following files:

Generated on Thu Aug 11 2016 08:38:26 for libstaroffice by doxygen 1.8.11