Xteink-X4-crosspoint-reader/lib/Epub
Arthur Tazhitdinov 26b84b38a2 Implement hyphenation support for English and Russian languages
- Added EnglishHyphenator and RussianHyphenator classes to handle language-specific hyphenation rules.
- Introduced HyphenationCommon for shared utilities and character classification functions.
- Updated ParsedText to utilize hyphenation when laying out text.
- Enhanced the hyphenation logic to consider word splitting based on available width and character properties.
- Refactored existing code to improve readability and maintainability, including the use of iterators and lambda functions for line processing.
- Added necessary includes and organized header files for better structure.
2025-12-17 18:10:58 +03:00
..
Epub Implement hyphenation support for English and Russian languages 2025-12-17 18:10:58 +03:00
Epub.cpp Calculate the progress in the book by file sizes of each chapter. (#38) 2025-12-17 23:05:24 +11:00
Epub.h Calculate the progress in the book by file sizes of each chapter. (#38) 2025-12-17 23:05:24 +11:00