pmartin/plop-reader

Use default fonts of the device

Closed this issue · 1 comments

For now, the app always tries to use the LiberationSans font.
Instead, it would be great if we could use the default font on the device -- well, if it can be done.

It is possible to get the default fonts of the device using macros such as DEFAULTFONT which call iv_get_default_font() ; but it's not possible, on the device itself, to choose the default font.
=> The default font is always (on 5.14) Roboto-Regular ; and mono font is LiberationMono

I don't like Roboto that much and have received no complaint from anyone
=> I'm closing this as won't fix