forked from organicmaps/organicmaps-tmp
new parameter for text by path
This commit is contained in:
parent
737081ac91
commit
09a12b33af
1 changed files with 10 additions and 0 deletions
|
@ -65,4 +65,14 @@ struct TextViewParams : CommonViewParams
|
|||
dp::Anchor m_anchor;
|
||||
};
|
||||
|
||||
struct PathTextViewParams : CommonViewParams
|
||||
{
|
||||
FeatureID m_featureID;
|
||||
FontDecl m_TextFont;
|
||||
string m_Text;
|
||||
float m_OffsetStart;
|
||||
float m_OffsetEnd;
|
||||
};
|
||||
|
||||
|
||||
} // namespace df
|
||||
|
|
Loading…
Add table
Reference in a new issue