]> git.sur5r.net Git - glabels/blob - docs/libglabels/tmpl/enums.sgml
Imported Upstream version 2.2.8
[glabels] / docs / libglabels / tmpl / enums.sgml
1 <!-- ##### SECTION Title ##### -->
2 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 <!-- ##### SECTION Stability_Level ##### -->
18
19
20 <!-- ##### ENUM lglUnitsType ##### -->
21 <para>
22 This enumeration defines a set of units of distance supported by the libglabels XML distance
23 attributes.
24 </para>
25
26 @LGL_UNITS_POINT: Points.  Encoded as "pt" in XML distance attributes.
27 @LGL_UNITS_INCH: Inches.  Encoded as "in" in XML distance attributes.
28 @LGL_UNITS_MM: Millmeters.  Encoded as "mm" in XML distance attributes.
29 @LGL_UNITS_CM: Centimeters.  Encoded as "cm" in XML distance attributes.
30 @LGL_UNITS_PICA: Picas.  Encoded as "pc" in XML distance attributes.
31 @LGL_UNITS_FIRST: First enumeration.  Used for generic iteration through supported units..
32 @LGL_UNITS_LAST: Last enumeration.  Used for generic iteration through supported units.
33