shosetsuorg / shosetsu

An android application for reading light novels. Moved to https://gitlab.com/shosetsuorg/shosetsu
https://shosetsu.app
GNU General Public License v3.0
582 stars 34 forks source link

[F-R] Font options #121

Closed rtrachoo closed 2 years ago

rtrachoo commented 3 years ago

I believe adding a feature to change font options would be great for this app. The standard font is okay but it can make the reading experience better if a few good looking fonts were added as an option.

Doomsdayrs commented 3 years ago

Note, Need to know a way to get fonts.

RunicAce commented 3 years ago

For those with Dyslexia, you can add Open dyslexic. It's a free to use font. As for custom font usage, I believe that would be harder than adding fonts in that people can choose from.

LagradOst commented 3 years ago

Note, Need to know a way to get fonts.

An eazy way to get all system font is via system/fonts this is the method I used in my project

fun getAllFonts(): Array<File>? { val path = "/system/fonts" val file = File(path) return file.listFiles() }

Doomsdayrs commented 2 years ago

As of the latest versions of Shosetsu, users can use custom CSS to modify how the text looks.