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