diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 7d92998..e82d97a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -361,7 +361,14 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_LCD_BITMAP screen_dump_set_hook, + font_get_width, #endif + utf8decode, + iso_decode, + utf16LEdecode, + utf16BEdecode, + utf8encode, + utf8length, }; int plugin_load(const char* plugin, void* parameter) |