]> git.sur5r.net Git - glabels/blob - docs/libglabels/tmpl/paper.sgml
Imported Upstream version 2.2.8
[glabels] / docs / libglabels / tmpl / paper.sgml
1 <!-- ##### SECTION Title ##### -->
2 The lglPaper Structure
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Paper size definitions
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 This section describes a structure for representing a paper size definition
10 and related functions.
11 </para>
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18 <!-- ##### SECTION Stability_Level ##### -->
19
20
21 <!-- ##### STRUCT lglPaper ##### -->
22 <para>
23 This structure defines a paper (page) size.
24 </para>
25
26 @id: Paper size ID.
27 @name: Localized paper size name.
28 @width: Width of paper in points.
29 @height: Height of paper in points.
30 @pwg_size: PWG 5101.1-2002 size name.
31
32 <!-- ##### FUNCTION lgl_paper_new ##### -->
33 <para>
34
35 </para>
36
37 @id: 
38 @name: 
39 @width: 
40 @height: 
41 @pwg_size: 
42 @Returns: 
43
44
45 <!-- ##### FUNCTION lgl_paper_dup ##### -->
46 <para>
47
48 </para>
49
50 @orig: 
51 @Returns: 
52
53
54 <!-- ##### FUNCTION lgl_paper_free ##### -->
55 <para>
56
57 </para>
58
59 @paper: 
60
61