Aleo, Noto Sans, Open Dyslexic fonts (#163)
## Summary
* Swap out Bookerly font due to licensing issues, replace default font
with Aleo
* I did a bunch of searching around for a nice replacement font, and
this trumped several other like Literata, Merriwether, Vollkorn, etc
* Add Noto Sans, and Open Dyslexic as font options
* They can be selected in the settings screen
* Add font size options (Small, Medium, Large, Extra Large)
* Adjustable in settings
* Swap out uses of reader font in headings and replaced with slightly
larger Ubuntu font
* Replaced PixelArial14 font as it was difficult to track down, replace
with Space Grotesk
* Remove auto formatting on generated font files
* Massively speeds up formatting step now that there is a lot more CPP
font source
* Include fonts with their licenses in the repo
## Additional Context
Line compression setting will follow
| Font | Small | Medium | Large | X Large |
| --- | --- | --- | --- | --- |
| Aleo |

|

|

|

|
| Noto Sans |

|

|

|

|
| Open Dyslexic |

|

|

|

|
2025-12-30 18:21:47 +10:00
|
|
|
#pragma once
|
|
|
|
|
|
2025-12-31 01:28:25 +10:00
|
|
|
#include <builtinFonts/bookerly_12_bold.h>
|
|
|
|
|
#include <builtinFonts/bookerly_12_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_12_italic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_12_regular.h>
|
|
|
|
|
#include <builtinFonts/bookerly_14_bold.h>
|
|
|
|
|
#include <builtinFonts/bookerly_14_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_14_italic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_14_regular.h>
|
|
|
|
|
#include <builtinFonts/bookerly_16_bold.h>
|
|
|
|
|
#include <builtinFonts/bookerly_16_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_16_italic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_16_regular.h>
|
|
|
|
|
#include <builtinFonts/bookerly_18_bold.h>
|
|
|
|
|
#include <builtinFonts/bookerly_18_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_18_italic.h>
|
|
|
|
|
#include <builtinFonts/bookerly_18_regular.h>
|
Aleo, Noto Sans, Open Dyslexic fonts (#163)
## Summary
* Swap out Bookerly font due to licensing issues, replace default font
with Aleo
* I did a bunch of searching around for a nice replacement font, and
this trumped several other like Literata, Merriwether, Vollkorn, etc
* Add Noto Sans, and Open Dyslexic as font options
* They can be selected in the settings screen
* Add font size options (Small, Medium, Large, Extra Large)
* Adjustable in settings
* Swap out uses of reader font in headings and replaced with slightly
larger Ubuntu font
* Replaced PixelArial14 font as it was difficult to track down, replace
with Space Grotesk
* Remove auto formatting on generated font files
* Massively speeds up formatting step now that there is a lot more CPP
font source
* Include fonts with their licenses in the repo
## Additional Context
Line compression setting will follow
| Font | Small | Medium | Large | X Large |
| --- | --- | --- | --- | --- |
| Aleo |

|

|

|

|
| Noto Sans |

|

|

|

|
| Open Dyslexic |

|

|

|

|
2025-12-30 18:21:47 +10:00
|
|
|
#include <builtinFonts/notosans_12_bold.h>
|
|
|
|
|
#include <builtinFonts/notosans_12_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/notosans_12_italic.h>
|
|
|
|
|
#include <builtinFonts/notosans_12_regular.h>
|
|
|
|
|
#include <builtinFonts/notosans_14_bold.h>
|
|
|
|
|
#include <builtinFonts/notosans_14_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/notosans_14_italic.h>
|
|
|
|
|
#include <builtinFonts/notosans_14_regular.h>
|
|
|
|
|
#include <builtinFonts/notosans_16_bold.h>
|
|
|
|
|
#include <builtinFonts/notosans_16_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/notosans_16_italic.h>
|
|
|
|
|
#include <builtinFonts/notosans_16_regular.h>
|
|
|
|
|
#include <builtinFonts/notosans_18_bold.h>
|
|
|
|
|
#include <builtinFonts/notosans_18_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/notosans_18_italic.h>
|
|
|
|
|
#include <builtinFonts/notosans_18_regular.h>
|
port: upstream PR #1342 - Book Info screen, richer metadata, safer controls
Ports upstream PR #1342 (feat: Add Book Info screen, richer metadata,
and safer file-browser controls) with mod-specific adaptations:
- Parse and cache series, seriesIndex, description from EPUB OPF
- Bump book.bin cache version to 6 for new metadata fields
- Add BookInfoActivity (new screen) accessible via Right button in FileBrowser
- Add ManageBook menu via Left button in FileBrowser (replaces upstream hidden delete)
- Guard all delete/archive actions with ConfirmationActivity (10 call sites)
- Add inputArmed gating to ConfirmationActivity to prevent accidental confirmation
- Safe deserialization: readString now returns bool with MAX_STRING_LENGTH guard
- Add series field to RecentBooksStore with JSON and binary serialization
- Add i18n keys: STR_BOOK_INFO, STR_AUTHOR, STR_SERIES, STR_FILE_SIZE, etc.
Made-with: Cursor
2026-03-09 00:39:32 -04:00
|
|
|
#include <builtinFonts/notosans_8_regular.h>
|
Aleo, Noto Sans, Open Dyslexic fonts (#163)
## Summary
* Swap out Bookerly font due to licensing issues, replace default font
with Aleo
* I did a bunch of searching around for a nice replacement font, and
this trumped several other like Literata, Merriwether, Vollkorn, etc
* Add Noto Sans, and Open Dyslexic as font options
* They can be selected in the settings screen
* Add font size options (Small, Medium, Large, Extra Large)
* Adjustable in settings
* Swap out uses of reader font in headings and replaced with slightly
larger Ubuntu font
* Replaced PixelArial14 font as it was difficult to track down, replace
with Space Grotesk
* Remove auto formatting on generated font files
* Massively speeds up formatting step now that there is a lot more CPP
font source
* Include fonts with their licenses in the repo
## Additional Context
Line compression setting will follow
| Font | Small | Medium | Large | X Large |
| --- | --- | --- | --- | --- |
| Aleo |

|

|

|

|
| Noto Sans |

|

|

|

|
| Open Dyslexic |

|

|

|

|
2025-12-30 18:21:47 +10:00
|
|
|
#include <builtinFonts/opendyslexic_10_bold.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_10_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_10_italic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_10_regular.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_12_bold.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_12_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_12_italic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_12_regular.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_14_bold.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_14_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_14_italic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_14_regular.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_8_bold.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_8_bolditalic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_8_italic.h>
|
|
|
|
|
#include <builtinFonts/opendyslexic_8_regular.h>
|
|
|
|
|
#include <builtinFonts/ubuntu_10_bold.h>
|
|
|
|
|
#include <builtinFonts/ubuntu_10_regular.h>
|
|
|
|
|
#include <builtinFonts/ubuntu_12_bold.h>
|
|
|
|
|
#include <builtinFonts/ubuntu_12_regular.h>
|