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