libmobi
C library for handling MOBI format ebook documents
|
Parsed FDST record. More...
#include <mobi.h>
Data Fields | |
size_t | fdst_section_count |
uint32_t * | fdst_section_starts |
uint32_t * | fdst_section_ends |
Parsed FDST record.
FDST record contains offsets of main sections in RAWML - raw text data. The sections are usually html part, css parts, svg part.
size_t MOBIFdst::fdst_section_count |
Number of main sections
uint32_t* MOBIFdst::fdst_section_ends |
Array of section end offsets
uint32_t* MOBIFdst::fdst_section_starts |
Array of section start offsets