summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-12-07 20:09:13 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-12-07 20:09:13 -0200
commita41af814d1339a03a7891ee5c84f49006fac58e5 (patch)
treecd965e3c6ec6d933c536a5c86a1f8a67d10a6c41 /Project/Text.h
parentf5bb978b22c881dc61663d8ac660cc2778a842bb (diff)
downloadPSP.git-a41af814d1339a03a7891ee5c84f49006fac58e5.tar.gz
PSP.git-a41af814d1339a03a7891ee5c84f49006fac58e5.tar.xz
PSP.git-a41af814d1339a03a7891ee5c84f49006fac58e5.zip
Multiline text implemented
text update still under implementation
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 98aeb65..80f35fa 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -80,6 +80,8 @@ class Text : public Element
protected:
wxString m_text = _("Text");
+ std::vector<wxString> m_multlineText;
+ bool m_isMultlineText = false;
int m_fontSize = 10;
Element* m_element = NULL;