diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-11-18 15:46:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-11-18 15:46:00 +0100 |
commit | ca42f7c8f144b2e342b9df821e3b841c7766bd05 (patch) | |
tree | 36a570851c57dc6c7ea9a91e3ea8793184ee9e32 /interface.c | |
parent | 3e04208de3c7f29e69ff264b557c04074bb9b21c (diff) | |
download | vdr-ca42f7c8f144b2e342b9df821e3b841c7766bd05.tar.gz vdr-ca42f7c8f144b2e342b9df821e3b841c7766bd05.tar.bz2 |
Fixed font for system commands
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 7 |
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 |