LWTextInternal::Font Struct Reference

Internal: struct used to store the font of a LWText. More...

List of all members.

Public Member Functions

 Font ()
 constructor
void merge (Font const &fExtra)
 merge extra data to get final font

Public Attributes

MWAWFont m_font
 the font
int m_height
 the line height
int m_pictId
 the pict id (if set)

Friends

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

Detailed Description

Internal: struct used to store the font of a LWText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

void LWTextInternal::Font::merge ( Font const &  fExtra) [inline]

merge extra data to get final font

Referenced by LWText::sendMainText().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Font const &  font 
) [friend]

operator<<


Member Data Documentation


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