vdr 2.7.7
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 }

Variables

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

Macro Definition Documentation

◆ eDvbFontSize

#define eDvbFontSize   (fontSml + 1)

Definition at line 25 of file font.h.

◆ MAXFONTNAME

#define MAXFONTNAME   64

Definition at line 17 of file font.h.

Referenced by cSetup::Parse().

◆ MAXFONTSIZE

#define MAXFONTSIZE   64

Definition at line 19 of file font.h.

Referenced by cFont::SetFont().

◆ MINFONTSIZE

#define MINFONTSIZE   10

Definition at line 18 of file font.h.

Referenced by cFont::SetFont().

Typedef Documentation

◆ tColor

typedef uint32_t tColor

Definition at line 30 of file font.h.

◆ tIndex

typedef uint8_t tIndex

Definition at line 31 of file font.h.

Enumeration Type Documentation

◆ eDvbFont

enum eDvbFont
Enumerator
fontOsd 
fontFix 

Definition at line 21 of file font.h.

Variable Documentation

◆ DefaultFontFix

const char* DefaultFontFix
extern

Definition at line 26 of file font.c.

Referenced by cMenuSetupOSD::cMenuSetupOSD(), and cSetup::cSetup().

◆ DefaultFontOsd

const char* DefaultFontOsd
extern

Definition at line 24 of file font.c.

Referenced by cMenuSetupOSD::cMenuSetupOSD(), and cSetup::cSetup().

◆ DefaultFontSml

const char* DefaultFontSml
extern

Definition at line 25 of file font.c.

Referenced by cMenuSetupOSD::cMenuSetupOSD(), and cSetup::cSetup().