define fonts in skinfile
[enigma2.git] / lib / python / enigma_python.i
index 04134636ca9d27d1edbef0d4643ff05ae71a5422..eee5ef0001920ee8a3adf6d5178330bb958bd2f2 100644 (file)
@@ -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();