Internal: the state of a GWText. More...
Public Member Functions | |
State () | |
constructor | |
int | getFId (int fileId) const |
returns the font id corresponding to a fId | |
Public Attributes | |
std::map< int, int > | m_fileIdFontIdMap |
a global map file font id-> fontconverter id | |
std::vector< Zone > | m_zonesList |
a list of text zone | |
int | m_version |
the file version | |
int | m_numPages |
Internal: the state of a GWText.
GWTextInternal::State::State | ( | ) | [inline] |
constructor
int GWTextInternal::State::getFId | ( | int | fileId | ) | const [inline] |
returns the font id corresponding to a fId
std::map<int,int> GWTextInternal::State::m_fileIdFontIdMap |
a global map file font id-> fontconverter id
Referenced by getFId().
int GWTextInternal::State::m_version [mutable] |
the file version
std::vector<Zone> GWTextInternal::State::m_zonesList |
a list of text zone