Add Freetype support
authorIlya Zhuravlev <zhuravlevilya@ya.ru>
Sun, 3 Feb 2013 12:19:09 +0000 (16:19 +0400)
committerPilzAdam <PilzAdam@gmx.de>
Thu, 14 Feb 2013 17:46:08 +0000 (18:46 +0100)
commit30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6
treeb3dca27a7051ae57214c5f3c880eca8cf634b73e
parentdf3c925b3ccae3bdba125e6dc3ecc740739baeab
Add Freetype support
23 files changed:
.gitignore
CMakeLists.txt
README.txt
fonts/liberationmono.ttf [new file with mode: 0644]
fonts/liberationsans.ttf [new file with mode: 0644]
minetest.conf.example
src/CMakeLists.txt
src/cguittfont/CGUITTFont.cpp [new file with mode: 0644]
src/cguittfont/CGUITTFont.h [new file with mode: 0644]
src/cguittfont/CMakeLists.txt [new file with mode: 0644]
src/cguittfont/irrUString.h [new file with mode: 0644]
src/cguittfont/xCGUITTFont.cpp [new file with mode: 0644]
src/cguittfont/xCGUITTFont.h [new file with mode: 0644]
src/cmake_config.h.in
src/config.h
src/defaultsettings.cpp
src/gettext.h
src/guiChatConsole.cpp
src/guiMainMenu.cpp
src/guiTextInputMenu.cpp
src/intlGUIEditBox.cpp [new file with mode: 0644]
src/intlGUIEditBox.h [new file with mode: 0644]
src/main.cpp