From 3e8eb396d7cfec8a96efb78719c0556f1beccf68 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 29 May 2016 11:37:26 -0300 Subject: Finalized DynamicFont implementation -DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this --- drivers/SCsub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/SCsub') diff --git a/drivers/SCsub b/drivers/SCsub index 7337482628..79cbe50685 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -59,6 +59,8 @@ if (env['musepack']=='yes'): SConscript("mpc/SCsub"); if (env["squish"]=="yes" and env["tools"]=="yes"): SConscript("squish/SCsub"); +if (env["freetype"]!="no"): + SConscript("freetype/SCsub"); num = 0 cur_base = "" -- cgit v1.2.3