Internal: class to store the line properties. More...
| Public Member Functions | |
| Line () | |
| Public Attributes | |
| int | m_firstChar | 
| the first character  More... | |
| int | m_height | 
| the height  More... | |
| int | m_width | 
| the width  More... | |
| int | m_maxFontSize | 
| int | m_flags [4] | 
| the maximum font size  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Line const &l) | 
| operator<<  More... | |
Internal: class to store the line properties.
| 
 | inline | 
| 
 | friend | 
operator<<
| int WriterPlsParserInternal::Line::m_firstChar | 
the first character
Referenced by WriterPlsParser::readLines().
| int WriterPlsParserInternal::Line::m_flags[4] | 
| int WriterPlsParserInternal::Line::m_height | 
the height
Referenced by WriterPlsParser::readLines().
| int WriterPlsParserInternal::Line::m_maxFontSize | 
Referenced by WriterPlsParser::readLines().
| int WriterPlsParserInternal::Line::m_width | 
the width
Referenced by WriterPlsParser::readLines().