Internal: the fonts and many other data. More...
Public Member Functions | |
| Font () | |
| the constructor | |
| bool | isVariable () const |
Public Attributes | |
| MWAWFont | m_font |
| the font | |
| int | m_pictureId |
| the picture id ( if this is for a picture ) | |
| int | m_pictureWidth |
| the picture width | |
| int | m_markId |
| a mark id | |
| int | m_variableId |
| the variable id : in fact cst[unkn] + v_id | |
| int | m_format |
| the main format ... | |
| int | m_format2 |
| a series of flags | |
| MWAWBox2i | m_pictureDim [2] |
| two picture dim ( orig && file ?) | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &font) |
| operator<< | |
Internal: the fonts and many other data.
| NisusWrtTextInternal::Font::Font | ( | ) | [inline] |
the constructor
| bool NisusWrtTextInternal::Font::isVariable | ( | ) | const [inline] |
Referenced by NisusWrtText::sendText().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Font const & | font | ||
| ) | [friend] |
operator<<
| std::string NisusWrtTextInternal::Font::m_extra |
extra data
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFonts().
the font
Referenced by NisusWrtText::readFonts(), and NisusWrtText::sendText().
the main format ...
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFonts().
a series of flags
Referenced by isVariable(), NisusWrtTextInternal::operator<<(), and NisusWrtText::readFonts().
a mark id
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFonts().
two picture dim ( orig && file ?)
Referenced by NisusWrtTextInternal::operator<<(), NisusWrtText::readFonts(), and NisusWrtText::sendText().
the picture id ( if this is for a picture )
Referenced by NisusWrtTextInternal::operator<<(), NisusWrtText::readFonts(), and NisusWrtText::sendText().
the picture width
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFonts().
the variable id : in fact cst[unkn] + v_id
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readFonts().