Xteink-X4-crosspoint-reader/lib/Epub/Epub/parsers
Dave Allie 6e9ba1006a
Some checks are pending
CI / build (push) Waiting to run
Use sane smaller data types for data in section.bin (#188)
## Summary

* Update EpdFontFamily::Style to be u8 instead of u32 (saving 3 bytes
per word)
* Update layout width/height to be u16 from int
* Update page element count to be u16 from u32
* Update text block element count to be u16 from u32
* Bumped section bin version to version 8
2025-12-31 13:11:36 +11:00
..
ChapterHtmlSlimParser.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
ChapterHtmlSlimParser.h Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
ContainerParser.cpp Thoroughly deinitialise expat parsers before freeing them (#103) 2025-12-22 17:16:39 +11:00
ContainerParser.h Small code cleanup (#83) 2025-12-21 15:43:53 +11:00
ContentOpfParser.cpp Feature: go to text/start reference in epub guide section at first start (#156) 2025-12-30 23:02:46 +11:00
ContentOpfParser.h Feature: go to text/start reference in epub guide section at first start (#156) 2025-12-30 23:02:46 +11:00
TocNcxParser.cpp New book.bin spine and table of contents cache (#104) 2025-12-24 22:36:13 +11:00
TocNcxParser.h New book.bin spine and table of contents cache (#104) 2025-12-24 22:36:13 +11:00