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

Public Attributes | |
| int | c |
| uint16_t | bidi |
| uint16_t | flags |
| uint32_t | argb |
| fz_point | origin |
| fz_quad | quad |
| float | size |
| fz_font * | font |
| fz_stext_char * | next |
A text char is a unicode character, the style in which is appears, and the point at which it is positioned.
| uint32_t fz_stext_char::argb |
| uint16_t fz_stext_char::bidi |
| int fz_stext_char::c |
| uint16_t fz_stext_char::flags |
| fz_font* fz_stext_char::font |
| fz_stext_char* fz_stext_char::next |
| fz_point fz_stext_char::origin |
| fz_quad fz_stext_char::quad |
| float fz_stext_char::size |