summaryrefslogtreecommitdiff
path: root/common.h
blob: e8d01bdda5077c34d51dbe65b1ce830a4dd3d7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * $Id: common.h,v 1.1.1.1 2004/05/23 00:08:03 lordjaxom Exp $
 */

#ifndef VDR_TEXT2SKIN_COMMON_H
#define VDR_TEXT2SKIN_COMMON_H

class cText2SkinItem;

const char *SkinPath(void);
const cFont *SkinFont(cText2SkinItem *Item);
void DrawTextTransparent(cOsd *Osd, int x, int y, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font, int Width, int Height, int Alignment);

#endif // VDR_TEXT2SKIN_COMMON_H