|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <mdvi.h>
Collaboration diagram for _DviContext:Public Member Functions | |
| DviFontRef *findref | __PROTO ((DviContext *, Int32)) |
Data Fields | |
| char * | filename |
| FILE * | in |
| char * | fileid |
| int | npages |
| int | currpage |
| int | depth |
| DviBuffer | buffer |
| DviParams | params |
| DviPaper | paper |
| Int32 | num |
| Int32 | den |
| DviFontRef * | fonts |
| DviFontRef ** | fontmap |
| DviFontRef * | currfont |
| int | nfonts |
| Int32 | dvimag |
| double | dviconv |
| double | dvivconv |
| int | dvi_page_w |
| int | dvi_page_h |
| Ulong | modtime |
| PageNum * | pagemap |
| DviState | pos |
| DviPageSpec * | pagesel |
| int | curr_layer |
| DviState * | stack |
| int | stacksize |
| int | stacktop |
| DviDevice | device |
| Ulong | curr_fg |
| Ulong | curr_bg |
| DviColorPair * | color_stack |
| int | color_top |
| int | color_size |
| void * | user_data |
| DviFontRef* findref _DviContext::__PROTO | ( | (DviContext *, Int32) | ) |
| DviColorPair* _DviContext::color_stack |
| DviFontRef* _DviContext::currfont |
| DviFontRef** _DviContext::fontmap |
| DviFontRef* _DviContext::fonts |
| DviPageSpec* _DviContext::pagesel |