Go to the source code of this file.
|
| fz_story * | fz_new_story (fz_context *ctx, fz_buffer *buf, const char *user_css, float em, fz_archive *dir) |
| const char * | fz_story_warnings (fz_context *ctx, fz_story *story) |
| int | fz_place_story (fz_context *ctx, fz_story *story, fz_rect where, fz_rect *filled) |
| int | fz_place_story_flags (fz_context *ctx, fz_story *story, fz_rect where, fz_rect *filled, int flags) |
| void | fz_draw_story (fz_context *ctx, fz_story *story, fz_device *dev, fz_matrix ctm) |
| void | fz_reset_story (fz_context *ctx, fz_story *story) |
| void | fz_drop_story (fz_context *ctx, fz_story *story) |
| fz_xml * | fz_story_document (fz_context *ctx, fz_story *story) |
| void | fz_story_positions (fz_context *ctx, fz_story *story, fz_story_position_callback *cb, void *arg) |
◆ fz_story
◆ fz_story_position_callback
◆ anonymous enum
| Enumerator |
|---|
| FZ_PLACE_STORY_FLAG_NO_OVERFLOW | |
| FZ_PLACE_STORY_RETURN_ALL_FITTED | |
| FZ_PLACE_STORY_RETURN_OVERFLOW_WIDTH | |
◆ fz_draw_story()
◆ fz_drop_story()
◆ fz_new_story()
◆ fz_place_story()
◆ fz_place_story_flags()
◆ fz_reset_story()
◆ fz_story_document()
◆ fz_story_positions()
◆ fz_story_warnings()