registered a font path so dlangide will compile on Debian Wheezy without hacks

This commit is contained in:
Emil Nicolaie Perhinschi 2015-02-24 03:19:46 +02:00
parent 5e59151661
commit 33d1afebc6
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);