|
mupdf
|
#include <structured-text.h>

Public Attributes | |
| int | refs |
| fz_pool * | pool |
| fz_rect | mediabox |
| fz_stext_block * | first_block |
| fz_stext_block * | last_block |
| fz_stext_struct * | last_struct |
| fz_pool_array * | id_list |
A text page is a list of blocks, together with an overall bounding box.
The name of this structure is now slightly out of date. It should really be fz_stext_document, cos it can contain content from multiple pages.
| fz_stext_block* fz_stext_page::first_block |
| fz_pool_array* fz_stext_page::id_list |
| fz_stext_block* fz_stext_page::last_block |
| fz_stext_struct* fz_stext_page::last_struct |
| fz_rect fz_stext_page::mediabox |
| fz_pool* fz_stext_page::pool |
| int fz_stext_page::refs |