libmobi
C library for handling MOBI format ebook documents
Data Fields

Parsed FDST record. More...

#include <mobi.h>

Data Fields

size_t fdst_section_count
 
uint32_t * fdst_section_starts
 
uint32_t * fdst_section_ends
 

Detailed Description

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.

Field Documentation

◆ fdst_section_count

size_t MOBIFdst::fdst_section_count

Number of main sections

◆ fdst_section_ends

uint32_t* MOBIFdst::fdst_section_ends

Array of section end offsets

◆ fdst_section_starts

uint32_t* MOBIFdst::fdst_section_starts

Array of section start offsets


The documentation for this struct was generated from the following file: