mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed font for system commands
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user