mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/FTGL_Demo : added a linux font
git-svn-id: svn://ultimatepp.org/upp/trunk@3874 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
88f5c626c5
commit
aa61e105a2
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ FTGLCtrl::FTGLCtrl() : trackBall(this)
|
|||
#elif defined(PLATFORM_LINUX)
|
||||
SetFontFiles(Vector<String>()
|
||||
<< "/usr/share/fonts/truetype/msttcorefonts/arial.ttf"
|
||||
<< "/usr/share/fonts/truetype/msttcorefonts/cour.ttf"
|
||||
);
|
||||
#else
|
||||
#error "UNSUPPORTED PLATFORM -- ADD HERE DEFAULT FONTS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue