vdr
2.2.0
|
Go to the source code of this file.
Classes | |
class | cFont |
class | cTextWrapper |
Macros | |
#define | MAXFONTNAME 64 |
#define | MINFONTSIZE 10 |
#define | MAXFONTSIZE 64 |
#define | eDvbFontSize (fontSml + 1) |
Typedefs | |
typedef uint32_t | tColor |
typedef uint8_t | tIndex |
Enumerations | |
enum | eDvbFont { fontOsd, fontFix } |
Variables | |
const char * | DefaultFontOsd |
const char * | DefaultFontSml |
const char * | DefaultFontFix |
#define eDvbFontSize (fontSml + 1) |
Definition at line 25 of file font.h.
Referenced by cDummyFont::DrawText().
#define MAXFONTNAME 64 |
Definition at line 17 of file font.h.
Referenced by cSetup::Parse().
#define MAXFONTSIZE 64 |
Definition at line 19 of file font.h.
Referenced by cFont::SetFont().
#define MINFONTSIZE 10 |
Definition at line 18 of file font.h.
Referenced by cFont::SetFont().
const char* DefaultFontFix |
Definition at line 26 of file font.c.
Referenced by cMenuSetupOSD::cMenuSetupOSD(), and cSetup::cSetup().
const char* DefaultFontOsd |
Definition at line 24 of file font.c.
Referenced by cMenuSetupOSD::cMenuSetupOSD(), and cSetup::cSetup().
const char* DefaultFontSml |
Definition at line 25 of file font.c.
Referenced by cMenuSetupOSD::cMenuSetupOSD(), and cSetup::cSetup().