Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
paper.h
Go to the documentation of this file.
1
#ifndef MDVI_PAPER
2
#define MDVI_PAPER
3
4
typedef
struct
_DviPaper
DviPaper
;
5
typedef
struct
_DviPaperSpec
DviPaperSpec
;
6
7
typedef
enum
{
8
MDVI_PAPER_CLASS_ISO
,
9
MDVI_PAPER_CLASS_US
,
10
MDVI_PAPER_CLASS_ANY
,
11
MDVI_PAPER_CLASS_CUSTOM
12
}
DviPaperClass
;
13
14
struct
_DviPaper
{
15
DviPaperClass
pclass
;
16
const
char
*
name
;
17
double
inches_wide
;
18
double
inches_tall
;
19
};
20
21
struct
_DviPaperSpec
{
22
const
char
*
name
;
23
const
char
*
width
;
24
const
char
*
height
;
25
};
26
27
28
extern
int
mdvi_get_paper_size
__PROTO
((
const
char
*,
DviPaper
*));
29
extern
DviPaperSpec
*
mdvi_get_paper_specs
__PROTO
((
DviPaperClass
));
30
extern
void
mdvi_free_paper_specs
__PROTO
((
DviPaperSpec
*));
31
32
#endif
evince-master
backend
dvi
mdvi-lib
paper.h
Generated on Thu Jul 13 2017 13:41:44 for Evince by
1.8.4