summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 1429e83847..cd33ce529d 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -524,6 +524,11 @@ struct plugin_api {
void (*reload_directory)(void);
bool (*set_bool)(const char* string, bool* variable );
struct screen* screens[NB_SCREENS];
+#ifdef HAVE_LCD_BITMAP
+ unsigned short *(*bidi_l2v)( const unsigned char *str, int orientation );
+ const unsigned char *(*font_get_bits)( struct font *pf, unsigned short char_code );
+ struct font* (*font_load)(const char *path);
+#endif
};
/* plugin header */