From f44f1c8893bbd7127ffde8186514ae1bea944d33 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 28 Dec 2004 14:35:54 +0000 Subject: - implemented font width handling --- font.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'font.h') diff --git a/font.h b/font.h index f1a818a..99f1cec 100644 --- a/font.h +++ b/font.h @@ -1,5 +1,5 @@ /* - * $Id: font.h,v 1.1 2004/12/19 22:03:13 lordjaxom Exp $ + * $Id: font.h,v 1.2 2004/12/28 14:35:54 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_FONT_H @@ -21,7 +21,8 @@ private: virtual ~cText2SkinFont(); public: - static const cFont *Load(const std::string &Path, const std::string &Filename, int Size); + static const cFont *Load(const std::string &Path, const std::string &Filename, int Size, + int Width); }; #endif // VDR_TEXT2SKIN_FONT_H -- cgit v1.2.3