summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-28 14:35:54 +0000
committerlordjaxom <lordjaxom>2004-12-28 14:35:54 +0000
commitf44f1c8893bbd7127ffde8186514ae1bea944d33 (patch)
tree9ad06d276b8b91a34066d74c4ceefd81fb98a2ee /font.h
parenteebc1ff67b2c23b753b401dad8abe896abc6b392 (diff)
downloadvdr-plugin-text2skin-f44f1c8893bbd7127ffde8186514ae1bea944d33.tar.gz
vdr-plugin-text2skin-f44f1c8893bbd7127ffde8186514ae1bea944d33.tar.bz2
- implemented font width handling
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