Merge pull request #68 from emil-perhinschi/master

new font path
This commit is contained in:
Vadim Lopatin 2015-02-24 07:03:28 +03:00
commit 765b281325
1 changed files with 1 additions and 0 deletions

View File

@ -1255,6 +1255,7 @@ version (Windows) {
ft.registerFonts("/usr/share/fonts/truetype/dejavu/");
ft.registerFonts("/usr/share/fonts/TTF/");
ft.registerFonts("/usr/share/fonts/dejavu/");
ft.registerFonts("/usr/share/fonts/truetype/ttf-dejavu/"); // let it compile on Debian Wheezy
version(OSX) {
ft.registerFont("/Library/Fonts/Arial.ttf", FontFamily.SansSerif, "Arial", false, FontWeight.Normal);
ft.registerFont("/Library/Fonts/Arial Bold.ttf", FontFamily.SansSerif, "Arial", false, FontWeight.Bold);