Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Data Structures | |
struct | DviFontMapInfo |
struct | _DviEncoding |
struct | _DviFontMapEnt |
Macros | |
#define | MDVI_FMAP_SLANT(x) ((double)(x)->slant / 10000.0) |
#define | MDVI_FMAP_EXTEND(x) ((double)(x)->extend / 10000.0) |
Typedefs | |
typedef struct _DviFontMapEnt | DviFontMapEnt |
typedef struct _DviEncoding | DviEncoding |
Functions | |
DviEncoding *mdvi_request_encoding | __PROTO ((const char *)) |
void mdvi_release_encoding | __PROTO ((DviEncoding *, int)) |
int mdvi_encode_glyph | __PROTO ((DviEncoding *, const char *)) |
void mdvi_install_fontmap | __PROTO ((DviFontMapEnt *)) |
int mdvi_load_fontmaps | __PROTO ((void)) |
int mdvi_query_fontmap | __PROTO ((DviFontMapInfo *, const char *)) |
int mdvi_add_fontmap_file | __PROTO ((const char *, const char *)) |
#define MDVI_FMAP_EXTEND | ( | x) | ((double)(x)->extend / 10000.0) |
#define MDVI_FMAP_SLANT | ( | x) | ((double)(x)->slant / 10000.0) |
typedef struct _DviEncoding DviEncoding |
typedef struct _DviFontMapEnt DviFontMapEnt |
DviEncoding* mdvi_request_encoding __PROTO | ( | (const char *) | ) |
void mdvi_release_encoding __PROTO | ( | (DviEncoding *, int) | ) |
int mdvi_encode_glyph __PROTO | ( | (DviEncoding *, const char *) | ) |
void mdvi_install_fontmap __PROTO | ( | (DviFontMapEnt *) | ) |
int mdvi_load_fontmaps __PROTO | ( | (void) | ) |
int mdvi_query_fontmap __PROTO | ( | (DviFontMapInfo *, const char *) | ) |
int mdvi_add_fontmap_file __PROTO | ( | (const char *, const char *) | ) |