|
mupdf
|
#include <font.h>
Public Attributes | |
| int(* | decode_bound )(fz_text_decoder *dec, unsigned char *input, int n) |
| int(* | decode_size )(fz_text_decoder *dec, unsigned char *input, int n) |
| void(* | decode )(fz_text_decoder *dec, char *output, unsigned char *input, int n) |
| void * | table1 |
| void * | table2 |
| void(* fz_text_decoder::decode) (fz_text_decoder *dec, char *output, unsigned char *input, int n) |
| int(* fz_text_decoder::decode_bound) (fz_text_decoder *dec, unsigned char *input, int n) |
| int(* fz_text_decoder::decode_size) (fz_text_decoder *dec, unsigned char *input, int n) |
| void* fz_text_decoder::table1 |
| void* fz_text_decoder::table2 |