pachli-android/licenses/libraries/opendyslexic.json
Nik Clayton 6539146b58
feat: Allow the user to choose a different font
Android's choices for font customisation can be limited, depending on
the vendor. Allow users to choose from a small collection of embedded
fonts, chosen by asking users for recommendations.

The font choice is implemented as a preference. Provide a custom dialog
that shows the fonts (in that font) so the user can see what they're
choosing between.

Ensure the font's license information is displayed in the "About"
section.
2023-09-04 20:22:07 +02:00

18 lines
531 B
JSON

{
"uniqueId": "org.opendyslexic:opendyslexic",
"developers": [
{
"name": "Abbie Gonzalez",
"organisationUrl": "https://abbiecodes.zohodesk.com/portal/en/home"
}
],
"artifactVersion": "0.910.12-rc2-2019.10.17",
"description": "OpenDyslexic is a new open sourced font created to increase readability for readers with dyslexia.",
"name": "OpenDyslexic font",
"tag": "font",
"licenses": [
"sil_ofl_1_1"
],
"website": "https://opendyslexic.org/"
}