Xteink-X4-crosspoint-reader/lib/Epub
IFAKA 0ea1ef29a4 fix: add bounds checks to Epub getter functions
- getCumulativeSpineItemSize(): Add bounds check before .at()
- getSpineItem(): Handle empty spine case to prevent exception
- getTocItem(): Handle empty toc case to prevent exception

Uses static fallback objects for reference returns when containers
are empty, preventing exceptions from .at(0) on empty vectors.
2025-12-20 19:26:51 +01:00
..
Epub Bugfix/word spacing indented (#59) 2025-12-19 08:45:20 +11:00
Epub.cpp fix: add bounds checks to Epub getter functions 2025-12-20 19:26:51 +01:00
Epub.h Caching of spine item sizes for faster book loading (saves 1-4 seconds). (#54) 2025-12-18 22:49:14 +11:00