|
mupdf
|
#include <text.h>
Public Attributes | |
| float | x |
| float | y |
| float | adv |
| int | gid |
| int | ucs |
| int | cid |
Text buffer.
The trm field contains the a, b, c and d coefficients. The e and f coefficients come from the individual elements, together they form the transform matrix for the glyph.
Glyphs are referenced by glyph ID. The Unicode text equivalent is kept in a separate array with indexes into the glyph array.
| float fz_text_item::adv |
| int fz_text_item::cid |
| int fz_text_item::gid |
| int fz_text_item::ucs |
| float fz_text_item::x |
| float fz_text_item::y |