X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Flibglabels%2Ftmpl%2Funits.sgml;fp=docs%2Flibglabels%2Ftmpl%2Funits.sgml;h=642f3fa73a7b621fcfc919de6d4f0660101abc5e;hb=881b28a2d413358207bf82fa57db7870b3a025b4;hp=0000000000000000000000000000000000000000;hpb=f0153309abc0d13cc6983cc080c7fa37fa44330b;p=glabels diff --git a/docs/libglabels/tmpl/units.sgml b/docs/libglabels/tmpl/units.sgml new file mode 100644 index 00000000..642f3fa7 --- /dev/null +++ b/docs/libglabels/tmpl/units.sgml @@ -0,0 +1,92 @@ + +Units + + +Type to represent units of distance supported by libglabels + + + +This section defines a type to represent the various units of distance +supported by libglabels. It also defines a set of related functions. + + + + + + + + + + + + + + + + +This enumeration defines supported units of distance. + + +@LGL_UNITS_POINT: Points. +@LGL_UNITS_INCH: Inches. +@LGL_UNITS_MM: Millimeters +@LGL_UNITS_CM: Centimeters +@LGL_UNITS_PICA: Picas +@LGL_UNITS_FIRST: First supported unit. (Used for bounds checking and iteration through supported units.) +@LGL_UNITS_LAST: Last supported unit. (Used for bounds checking and iteration through supported units.) +@LGL_UNITS_INVALID: Invalid unit. (Returned by libglabels units functions when a supported unit cannot be determined.) + + + + + + +@units: +@Returns: + + + + + + + +@id: +@Returns: + + + + + + + +@units: +@Returns: + + + + + + + +@name: +@Returns: + + + + + + + +@units: +@Returns: + + + + + + + +@units: +@Returns: + +