Go to the documentation of this file.
17 #define MAXFONTNAME 64
18 #define MINFONTSIZE 10
19 #define MAXFONTSIZE 64
25 #define eDvbFontSize (fontSml + 1)
42 virtual const char *
FontName(
void)
const {
return ""; }
47 virtual int Width(uint c)
const = 0;
49 virtual int Width(
const char *s)
const = 0;
51 virtual int Height(
void)
const = 0;
72 static cFont *
CreateFont(
const char *Name,
int CharHeight,
int CharWidth = 0);
90 static cString Bidi(
const char *Ltr);
111 const char *
Text(
void);