]> git.sur5r.net Git - glabels/blob - help/C/customize.page
Imported Upstream version 3.4.0
[glabels] / help / C / customize.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="guide"
4       id="customize">
5
6   <info>
7     <link type="guide" xref="index#advanced"/>
8     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
9     <desc>Customize <app>gLabels</app> to match your needs.</desc>
10     <credit type="author">
11       <name>Jim Evins</name>
12       <email>evins@snaught.com</email>
13     </credit>
14     <credit type="author">
15       <name>Mario Blättermann</name>
16       <email>mario.blaettermann@gmail.com</email>
17     </credit>
18     <license>
19       <p>Creative Commons Share Alike 3.0</p>
20     </license>    
21   </info>
22     
23   <!-- ============= Customization ============================= -->
24   <!-- Use this section to describe how to customize the application. -->
25     <title>Settings</title> 
26     <p>To configure <app>gLabels</app>, choose 
27       <guiseq> 
28         <gui>Settings</gui> 
29         <gui>Preferences</gui> 
30       </guiseq>. The 
31       <gui>Preferences</gui> dialog contains the following tabbed
32       sections:</p>
33
34   <section id="prefs-locale" style="2column">
35     <title>Locale</title>
36         <section>
37         <title>Units</title>
38         <p>Use this radio button group to specify your preferred units.
39               Select one of the following options:</p>
40            <list>
41                 <item>
42                 <p><gui>Points</gui></p>
43                 <p>Use points (1 point = 1/72 in = 0.352778 mm).</p>
44                 </item>
45                 <item>
46                 <p><gui>Inches</gui></p>
47                 <p>Use Inches.</p>
48                 </item>
49                 <item>
50                 <p><gui>Millimeters</gui></p>
51                 <p>Use Millimeters.</p>
52                 </item>
53            </list>
54            <p>Default: <gui>Inches</gui>.</p>
55         </section>
56
57         <section>
58         <title>Default page size</title>
59         <p>Use this radio button group to specify your preferred page size.
60               This will make it quicker for you to locate media types when creating a new
61               label or card.</p>
62            <list>
63                 <item>
64                 <p><gui>US Letter</gui></p>
65                 <p>Most of your media will be of the US Letter page size (8.5 x 11 inches).</p>
66                 </item>
67                 <item>
68                 <p><gui>ISO A4</gui></p>
69                 <p>Most of your media will be of the ISO A4 page size (210 x 297 mm).</p>
70                 </item>
71            </list>
72            <p>Default: <gui>US Letter</gui>.</p>                
73         </section>
74     </section>
75
76   <section id="prefs-defaults" style="2column">
77     <title>Object Defaults</title>
78
79         <section>
80         <title>Text</title>
81         <p>Use these controls to set the default properties of new text objects.
82               These properties are:</p>
83            <list>
84                 <item>
85                 <p><gui>Font</gui></p>
86                 <p>These controls are used to select font family and font size, and
87                   whether the font should bold or in italics.</p>
88                 </item>
89                 <item>
90                 <p><gui>Color</gui></p>
91                 <p>This control selects the default text color.</p>
92                 </item>
93                 <item>
94                 <p><gui>Alignment</gui></p>
95                 <p>These controls are used to select the default text alignment (left, center or right).</p>
96                 </item>
97            </list>
98         </section>
99
100         <section>
101         <title>Line</title>
102         <p>Use these controls to set the default properties of lines and outlines of
103               new objects.  These properties are:</p>
104            <list>
105                 <item>
106                 <p><gui>Width</gui></p>
107                 <p>This control selects the default line width.</p>
108                 </item>
109                 <item>
110                 <p><gui>Color</gui></p>
111                 <p>This control selects the default line color.</p>
112                 </item>
113            </list>
114         </section>
115
116         <section>
117         <title>Fill</title>
118         <p>Use this control to set the default fill property of
119               new objects.  This property is:</p>
120            <list>
121                 <item>
122                 <p><gui>Color</gui></p>
123                 <p>This control selects the default fill color.</p>
124                 </item>
125            </list>
126         </section>
127         </section>
128
129 </page>