Swap from Aleo to Bookerly for wider glyph support (#172)

## Summary

* Swap from Aleo to Bookerly for wider glyph support
* Swap from Space Grotesk to a small Noto Sans

## Additional Context

* 0.11.0 swapped to Aleo which has a few issues (things like Cyrillic
support for eg)
This commit is contained in:
Dave Allie
2025-12-31 01:28:25 +10:00
committed by GitHub
parent 6a8971fc20
commit f2ca65d752
55 changed files with 92307 additions and 45590 deletions

View File

@@ -92,7 +92,7 @@ bool CrossPointSettings::loadFromFile() {
float CrossPointSettings::getReaderLineCompression() const {
switch (fontFamily) {
case ALEO:
case BOOKERLY:
default:
switch (lineSpacing) {
case TIGHT:
@@ -128,18 +128,18 @@ float CrossPointSettings::getReaderLineCompression() const {
int CrossPointSettings::getReaderFontId() const {
switch (fontFamily) {
case ALEO:
case BOOKERLY:
default:
switch (fontSize) {
case SMALL:
return ALEO_12_FONT_ID;
return BOOKERLY_12_FONT_ID;
case MEDIUM:
default:
return ALEO_14_FONT_ID;
return BOOKERLY_14_FONT_ID;
case LARGE:
return ALEO_16_FONT_ID;
return BOOKERLY_16_FONT_ID;
case EXTRA_LARGE:
return ALEO_18_FONT_ID;
return BOOKERLY_18_FONT_ID;
}
case NOTOSANS:
switch (fontSize) {