new parameter for text by path

This commit is contained in:
Roman Sorokin 2014-07-25 12:44:01 +03:00 committed by Alex Zolotarev
parent 737081ac91
commit 09a12b33af

View file

@ -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