Internal: struct used to store the font of a MarinerWrtText. More...
| Public Member Functions | |
| Font () | |
| constructor  More... | |
| Public Attributes | |
| MWAWFont | m_font | 
| the font  More... | |
| int | m_localId | 
| the local id  More... | |
| long | m_tokenId | 
| the token id  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Font const &font) | 
| operator<<  More... | |
Internal: struct used to store the font of a MarinerWrtText.
| 
 | inline | 
constructor
| 
 | friend | 
operator<<
| std::string MarinerWrtTextInternal::Font::m_extra | 
extra data
Referenced by MarinerWrtTextInternal::operator<<(), and MarinerWrtText::readFonts().
| MWAWFont MarinerWrtTextInternal::Font::m_font | 
the font
Referenced by MarinerWrtTextInternal::Zone::getFont(), MarinerWrtText::readFonts(), and MarinerWrtText::send().
| int MarinerWrtTextInternal::Font::m_localId | 
the local id
Referenced by MarinerWrtTextInternal::Zone::getFont(), MarinerWrtTextInternal::operator<<(), and MarinerWrtText::readFonts().
| long MarinerWrtTextInternal::Font::m_tokenId | 
the token id
Referenced by MarinerWrtTextInternal::operator<<(), MarinerWrtText::readFonts(), and MarinerWrtText::send().