summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/interface.c b/interface.c
index 9ecc7473..e5cc1d25 100644
--- a/interface.c
+++ b/interface.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: interface.c 1.31 2000/11/11 12:13:35 kls Exp $
+ * $Id: interface.c 1.32 2000/11/18 15:28:50 kls Exp $
*/
#include "interface.h"
@@ -136,6 +136,11 @@ void cInterface::SetCols(int *c)
}
}
+eDvbFont cInterface::SetFont(eDvbFont Font)
+{
+ return cDvbApi::PrimaryDvbApi->SetFont(Font);
+}
+
char *cInterface::WrapText(const char *Text, int Width, int *Height)
{
// Wraps the Text to make it fit into the area defined by the given Width