diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-05-10 23:21:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-05-10 23:21:37 +0000 |
| commit | 3550753caccf5f770598d67f9f8093978534a1f9 (patch) | |
| tree | a6499d7bfd7babde7ede7cde6045108712530e27 /lib/python | |
| parent | e9f1c31e51f2c2cb55bb01788242153eee3e7734 (diff) | |
| download | enigma2-3550753caccf5f770598d67f9f8093978534a1f9.tar.gz enigma2-3550753caccf5f770598d67f9f8093978534a1f9.zip | |
define fonts in skinfile
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 04134636..eee5ef00 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -242,6 +242,14 @@ public: PyObject *get(); }; +/************** temp *****************/ + + /* need a better place for this, i agree. */ +%{ +void addFont(const char *filename, const char *alias, int scale_factor, int is_replacement); +%} +void addFont(const char *filename, const char *alias, int scale_factor, int is_replacement); + /************** debug **************/ void runMainloop(); |
