diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 11:54:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 11:54:54 +0200 |
commit | 5fec367e604e642727437067ecd0cad32728ae87 (patch) | |
tree | 7f35e614e8a705f28f9537d8704d53e6fabbe2e9 /font.h | |
parent | 3c68ef28d0518579c4269c3545699c623d8df47b (diff) | |
download | vdr-5fec367e604e642727437067ecd0cad32728ae87.tar.gz vdr-5fec367e604e642727437067ecd0cad32728ae87.tar.bz2 |
Centralized default font names
Diffstat (limited to 'font.h')
-rw-r--r-- | font.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: font.h 1.17 2007/06/17 11:07:15 kls Exp $ + * $Id: font.h 1.18 2007/06/17 11:53:55 kls Exp $ */ #ifndef __FONT_H @@ -28,6 +28,10 @@ class cBitmap; typedef uint32_t tColor; // see also osd.h typedef uint8_t tIndex; +extern const char *DefaultFontOsd; +extern const char *DefaultFontSml; +extern const char *DefaultFontFix; + class cFont { private: static cFont *fonts[]; |