diff options
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(); |