Xteink-X4-crosspoint-reader/lib/Epub/Epub
Jake Kenneally 0fa4bb4100 refactor: rename CssStyle properties to match CSS naming
- TextAlign enum → CssTextAlign (reordered to match settings: Justify=0, Left=1, Center=2, Right=3)
- alignment → textAlign
- indent → textIndent
- decoration → textDecoration
- Update CssPropertyFlags field names to match
- Remove TextAlign::None; default to CssTextAlign::Left

This aligns internal naming with actual CSS property names for clarity.
2026-02-03 20:00:54 -05:00
..
blocks refactor: rename getIndentWidth to getTextAdvanceX 2026-02-03 19:39:25 -05:00
css refactor: rename CssStyle properties to match CSS naming 2026-02-03 20:00:54 -05:00
hyphenation feat: Add Spanish hyphenation support (#558) 2026-01-28 01:17:48 +11:00
parsers refactor: rename CssStyle properties to match CSS naming 2026-02-03 20:00:54 -05:00
BookMetadataCache.cpp Merge branch 'master' into feature/add-epub-css-parsing 2026-01-27 20:24:38 -05:00
BookMetadataCache.h Merge branch 'master' into feature/add-epub-css-parsing 2026-01-27 20:24:38 -05:00
Page.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Page.h Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
ParsedText.cpp fix formatting 2026-01-31 15:14:51 -05:00
ParsedText.h fix compilation errors 2026-01-19 23:09:35 -06:00
Section.cpp Merge branch 'master' into feature/add-epub-css-parsing 2026-02-01 09:47:23 -05:00
Section.h feat(ui): change popup logic (#442) 2026-02-01 18:41:24 +11:00