BeagleWksTextInternal::Font Struct Reference

Internal: a class used to store the font data of a BeagleWksText. More...

Public Member Functions

 Font ()
 constructor More...
 
MWAWFont getFont () const
 returns a MWAWFont. More...
 

Public Attributes

int m_id
 the font id More...
 
int m_size
 the font size More...
 
int m_flags
 the font flags More...
 
int m_color
 the font color More...
 
std::string m_extra
 extra data More...
 

Friends

std::ostream & operator<< (std::ostream &o, Font const &fnt)
 operator<< More...
 

Detailed Description

Internal: a class used to store the font data of a BeagleWksText.

Constructor & Destructor Documentation

BeagleWksTextInternal::Font::Font ( )
inline

constructor

Member Function Documentation

MWAWFont BeagleWksTextInternal::Font::getFont ( ) const
inline

returns a MWAWFont.

Note
the font id remains filled with the local id

Referenced by BeagleWksText::getFont().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Font const &  fnt 
)
friend

operator<<

Member Data Documentation

int BeagleWksTextInternal::Font::m_color

the font color

Referenced by getFont(), and BeagleWksText::readFont().

std::string BeagleWksTextInternal::Font::m_extra

extra data

Referenced by BeagleWksText::readFont().

int BeagleWksTextInternal::Font::m_flags

the font flags

Referenced by getFont(), and BeagleWksText::readFont().

int BeagleWksTextInternal::Font::m_id

the font id

Referenced by getFont(), and BeagleWksText::readFont().

int BeagleWksTextInternal::Font::m_size

the font size

Referenced by getFont(), and BeagleWksText::readFont().


The documentation for this struct was generated from the following file:

Generated on Thu Jul 9 2015 20:26:40 for libmwaw by doxygen 1.8.8