Open ViliusSutkus89 opened 4 years ago
Is this something we should log and get fixed upstream?
I doubt it. If you lack fonts on your desktop, it means your desktop is broken and you as the end user can fix it: install fonts package, adjust settings, et cetera. Android end users have no such options. Device gets shipped with some fonts and if the app wants to use different fonts it has to either bundle them with the app or download them at runtime.
Continuation of Fontconfig work started on #8.
Android devices have some fonts installed. List varies.
PDF expects a list of 14 fonts:
Symbol and Zapf Dingbats were not found on tested devices, but they are quite small (both totalling under 100kb), so were included in this library in commit 8dd1207ee7600cf184ebb20220bb4ce5b2e5c53d
Most fonts have (metrically compatible ??) replacement fonts available on the device. Keyword being "most", Courier (monospace) only has base verson, but not bold or oblique (italic ??).
TODO: