Internal: the state of a RagTimeText. More...
Public Member Functions | |
State () | |
constructor | |
int | getFontId (int localId) const |
return a mac font id corresponding to a local id | |
Public Attributes | |
int | m_version |
the file version | |
std::map< int, int > | m_localFIdMap |
a map local fontId->fontId | |
std::vector< MWAWFont > | m_charPropList |
the character properties | |
std::map< int, std::shared_ptr< TextZone > > | m_idTextMap |
a map entry id to text zone | |
Internal: the state of a RagTimeText.
|
inline |
constructor
|
inline |
return a mac font id corresponding to a local id
std::vector<MWAWFont> RagTimeTextInternal::State::m_charPropList |
the character properties
Referenced by State().
std::map<int, std::shared_ptr<TextZone> > RagTimeTextInternal::State::m_idTextMap |
a map entry id to text zone
Referenced by State().
std::map<int, int> RagTimeTextInternal::State::m_localFIdMap |
a map local fontId->fontId
Referenced by getFontId(), and State().
|
mutable |
the file version
Referenced by State().