feat: add typography style system with profiles, alignment, line spacing, first-line indent

This commit is contained in:
Developer
2026-05-14 21:02:34 +08:00
parent d69229b1ca
commit 7d056e2670
5 changed files with 160 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ mod book;
mod font;
mod persistence;
mod reader;
mod style;
mod texture;
mod theme;