vdr  1.7.31
Classes | Macros | Typedefs | Enumerations | Variables
font.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include "tools.h"

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, fontOsd, fontFix }

Variables

const char * DefaultFontOsd
const char * DefaultFontSml
const char * DefaultFontFix

Macro Definition Documentation

#define eDvbFontSize   (fontSml + 1)

Definition at line 25 of file font.h.

#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().

Typedef Documentation

typedef uint32_t tColor

Definition at line 29 of file font.h.

typedef uint8_t tIndex

Definition at line 31 of file font.h.

Enumeration Type Documentation

enum eDvbFont
Enumerator:
fontOsd 
fontFix 
fontOsd 
fontFix 

Definition at line 21 of file font.h.

Variable Documentation

const char* DefaultFontFix

Definition at line 26 of file font.c.

const char* DefaultFontOsd

Definition at line 24 of file font.c.

const char* DefaultFontSml

Definition at line 25 of file font.c.