]> git.sur5r.net Git - glabels/blob - glabels2/docs/libglabels/tmpl/enums.sgml
* docs/libglabels/libglabels-sections.txt:
[glabels] / glabels2 / docs / libglabels / tmpl / enums.sgml
1 <!-- ##### SECTION Title ##### -->
2 Basic Enumerations
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Common enumerations used by libglabels
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 This section defines enumerations used to interact with libglabels.
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### ENUM glUnitsType ##### -->
18 <para>
19 Enumerations for the units of length supported by libglabels.  Internally
20 all lengths are in points.  Externally libglabels supports points ("pt"),
21 inches ("in"), millimeters ("mm"), centimeters ("cm"), and picas ("pc").
22 These units are identical to the absolute length units supported in
23 the CSS2 Specification (Section 4.3.2).
24 </para>
25
26 @GL_UNITS_POINT: 
27 @GL_UNITS_INCH: 
28 @GL_UNITS_MM: 
29 @GL_UNITS_CM: 
30 @GL_UNITS_PICA: 
31 @GL_UNITS_FIRST: 
32 @GL_UNITS_LAST: 
33