Go to the source code of this file.
|
| typedef int | fz_write_story_rectfn(fz_context *ctx, void *ref, int num, fz_rect filled, fz_rect *rect, fz_matrix *ctm, fz_rect *mediabox) |
| typedef void | fz_write_story_positionfn(fz_context *ctx, void *ref, const fz_write_story_position *position) |
| typedef void | fz_write_story_pagefn(fz_context *ctx, void *ref, int page_num, fz_rect mediabox, fz_device *dev, int after) |
| typedef void | fz_write_story_contentfn(fz_context *ctx, void *ref, const fz_write_story_positions *positions, fz_buffer *buffer) |
|
| void | fz_write_story (fz_context *ctx, fz_document_writer *writer, fz_story *story, fz_write_story_rectfn rectfn, void *rectfn_ref, fz_write_story_positionfn positionfn, void *positionfn_ref, fz_write_story_pagefn pagefn, void *pagefn_ref) |
| void | fz_write_stabilized_story (fz_context *ctx, fz_document_writer *writer, const char *user_css, float em, fz_write_story_contentfn contentfn, void *contentfn_ref, fz_write_story_rectfn rectfn, void *rectfn_ref, fz_write_story_pagefn pagefn, void *pagefn_ref, fz_archive *dir) |
◆ fz_write_story_contentfn
◆ fz_write_story_pagefn
◆ fz_write_story_positionfn
◆ fz_write_story_rectfn
◆ fz_write_stabilized_story()
| void fz_write_stabilized_story |
( |
fz_context * | ctx, |
|
|
fz_document_writer * | writer, |
|
|
const char * | user_css, |
|
|
float | em, |
|
|
fz_write_story_contentfn | contentfn, |
|
|
void * | contentfn_ref, |
|
|
fz_write_story_rectfn | rectfn, |
|
|
void * | rectfn_ref, |
|
|
fz_write_story_pagefn | pagefn, |
|
|
void * | pagefn_ref, |
|
|
fz_archive * | dir ) |
◆ fz_write_story()