summaryrefslogtreecommitdiff
path: root/font.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-17 11:54:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-17 11:54:54 +0200
commit5fec367e604e642727437067ecd0cad32728ae87 (patch)
tree7f35e614e8a705f28f9537d8704d53e6fabbe2e9 /font.c
parent3c68ef28d0518579c4269c3545699c623d8df47b (diff)
downloadvdr-5fec367e604e642727437067ecd0cad32728ae87.tar.gz
vdr-5fec367e604e642727437067ecd0cad32728ae87.tar.bz2
Centralized default font names
Diffstat (limited to 'font.c')
-rw-r--r--font.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/font.c b/font.c
index f2933e64..b037fb11 100644
--- a/font.c
+++ b/font.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: font.c 1.17 2007/06/17 11:46:25 kls Exp $
+ * $Id: font.c 1.18 2007/06/17 11:54:10 kls Exp $
*/
#include "font.h"
@@ -16,6 +16,10 @@
#include "osd.h"
#include "tools.h"
+const char *DefaultFontOsd = "Sans Serif:Bold";
+const char *DefaultFontSml = "Sans Serif";
+const char *DefaultFontFix = "Courier:Bold";
+
// --- cFreetypeFont ---------------------------------------------------------
#define KERNING_UNKNOWN (-10000)