summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h5
1 files changed, 3 insertions, 2 deletions
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