From 94655546bbe9efe23b156c3e2068547d5797b63f Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 30 Mar 2015 08:54:04 -0700 Subject: [PATCH] Add default Linux font directory --- project/src/backend/sdl/SDLSystem.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project/src/backend/sdl/SDLSystem.cpp b/project/src/backend/sdl/SDLSystem.cpp index e4a8eed26..a0bc02dac 100644 --- a/project/src/backend/sdl/SDLSystem.cpp +++ b/project/src/backend/sdl/SDLSystem.cpp @@ -120,6 +120,10 @@ namespace lime { return "/usr/fonts/font_repository/monotype"; + #else + + return "/usr/share/fonts/truetype"; + #endif break;