alialbaali / Noto

Minimal Note-Taking App
https://play.google.com/store/apps/details?id=com.noto
Apache License 2.0
488 stars 26 forks source link

Support more fonts #82

Open alialbaali opened 2 years ago

alialbaali commented 2 years ago

Currently, Noto only supports Nunito and Monospace fonts for notes only, which shouldn't be the case. This feature should allow changing the whole app font when implemented.

AI-IMED commented 2 years ago

It is necessary to allow the ability to choose fonts (TTF) from the internal storage of the phone as well, and leave the option to the user to use the font he likes, because the fonts that come with the application usually only support English, but there are those who write in languages ​​other than English

uli-on commented 2 years ago

Can fonts remain on a server (Google fonts?) leaving the .apk as small as it is, until they need to be installed, all that handled by Noto, i.e. no faulty operation by users, no support questions like "I can't find ..."?

Can I vote for font size customisations?

alialbaali commented 1 year ago

Font customization is good a thing, and hopefully, I'll be able to support it in the future. It's just there isn't a right way to do it right now (No official API), and it's all based on workarounds.