diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-25 19:45:45 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-25 19:45:45 -0200 |
commit | 9f17be8af02011f04d188ce991921f6eb0ecf792 (patch) | |
tree | 16ee4a2ef24b55af7dfb02a50d57acc384c48526 /Project/Text.cpp | |
parent | bdb0625280d827ba7333b6fc9d6c6534e0720100 (diff) | |
download | PSP.git-9f17be8af02011f04d188ce991921f6eb0ecf792.tar.gz PSP.git-9f17be8af02011f04d188ce991921f6eb0ecf792.tar.xz PSP.git-9f17be8af02011f04d188ce991921f6eb0ecf792.zip |
Several graphic tools implemented, tf start
Diffstat (limited to 'Project/Text.cpp')
-rw-r--r-- | Project/Text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Text.cpp b/Project/Text.cpp index 588e9a1..060e666 100644 --- a/Project/Text.cpp +++ b/Project/Text.cpp @@ -84,7 +84,7 @@ void Text::SetText(wxString text) { glEnable(GL_TEXTURE_2D); m_text = text; - wxFont font(m_fontSize, wxFONTFAMILY_ROMAN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL); + wxFont font(m_fontSize, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL); wxScreenDC dc; if(m_glString) { |