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

Public Attributes | |
| uint8_t | wmode |
| uint8_t | flags |
| fz_point | dir |
| fz_rect | bbox |
| fz_stext_char * | first_char |
| fz_stext_char * | last_char |
| fz_stext_line * | prev |
| fz_stext_line * | next |
A text line is a list of characters that share a common baseline.
| fz_rect fz_stext_line::bbox |
| fz_point fz_stext_line::dir |
| fz_stext_char* fz_stext_line::first_char |
| uint8_t fz_stext_line::flags |
| fz_stext_char * fz_stext_line::last_char |
| fz_stext_line * fz_stext_line::next |
| fz_stext_line* fz_stext_line::prev |
| uint8_t fz_stext_line::wmode |