From 3550753caccf5f770598d67f9f8093978534a1f9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 10 May 2006 23:21:37 +0000 Subject: define fonts in skinfile --- lib/python/enigma_python.i | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/python/enigma_python.i') 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(); -- cgit v1.2.3