diff options
author | lordjaxom <lordjaxom> | 2004-12-28 14:35:54 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-28 14:35:54 +0000 |
commit | f44f1c8893bbd7127ffde8186514ae1bea944d33 (patch) | |
tree | 9ad06d276b8b91a34066d74c4ceefd81fb98a2ee /font.h | |
parent | eebc1ff67b2c23b753b401dad8abe896abc6b392 (diff) | |
download | vdr-plugin-text2skin-f44f1c8893bbd7127ffde8186514ae1bea944d33.tar.gz vdr-plugin-text2skin-f44f1c8893bbd7127ffde8186514ae1bea944d33.tar.bz2 |
- implemented font width handling
Diffstat (limited to 'font.h')
-rw-r--r-- | font.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |