diff options
author | lordjaxom <lordjaxom> | 2004-12-14 20:05:40 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-14 20:05:40 +0000 |
commit | b8f29c674cc0ccca207123342c1344bbd0f13796 (patch) | |
tree | 2af468bf7acc6df510241c1090d7e6538b6b3cf1 /graphtft/font.h | |
parent | 3b0999969632e2820b846ca8adcef6b346ff7441 (diff) | |
download | vdr-plugin-text2skin-b8f29c674cc0ccca207123342c1344bbd0f13796.tar.gz vdr-plugin-text2skin-b8f29c674cc0ccca207123342c1344bbd0f13796.tar.bz2 |
1.0-pre4v1.0-pre4
Diffstat (limited to 'graphtft/font.h')
-rw-r--r-- | graphtft/font.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphtft/font.h b/graphtft/font.h index 5e23498..8969287 100644 --- a/graphtft/font.h +++ b/graphtft/font.h @@ -1,5 +1,5 @@ /* - * $Id: font.h,v 1.2 2004/12/06 21:19:07 lordjaxom Exp $ + * $Id: font.h,v 1.5 2004/12/14 20:02:31 lordjaxom Exp $ * * Taken from GraphTFT */ @@ -13,6 +13,7 @@ #include <ft2build.h> #include FT_FREETYPE_H #include <vdr/font.h> +#include <vdr/config.h> using std::map; using std::string; @@ -29,7 +30,7 @@ public: cGraphtftFont(); ~cGraphtftFont(); - bool Load(string Filename, string CacheName, int Size, int Width = 0); + bool Load(string Filename, string CacheName, int Size, int Language = 0, int Width = 0, int Format = 0); const cFont* GetFont(string CacheName); void Clear(string CacheName); void Clear(); |