summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index a33089bece..e0ee951185 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -272,7 +272,8 @@ struct plugin_api {
272 bool (*is_diacritic)(const unsigned short char_code, bool *is_rtl); 272 bool (*is_diacritic)(const unsigned short char_code, bool *is_rtl);
273#endif 273#endif
274 const unsigned char *(*font_get_bits)( struct font *pf, unsigned short char_code ); 274 const unsigned char *(*font_get_bits)( struct font *pf, unsigned short char_code );
275 int (*font_load)(struct font*, const char *path); 275 int (*font_load)(const char *path);
276 void (*font_unload)(int font_id);
276 struct font* (*font_get)(int font); 277 struct font* (*font_get)(int font);
277 int (*font_getstringsize)(const unsigned char *str, int *w, int *h, 278 int (*font_getstringsize)(const unsigned char *str, int *w, int *h,
278 int fontnumber); 279 int fontnumber);