~quill-developers/quill/main

« back to all changes in this revision

Viewing changes to docs/configuring.html

  • Committer: Antonio Salazar
  • Date: 2008-09-30 18:48:33 UTC
  • Revision ID: savedfastcool@gmail.com-20080930184833-222vn2pfpwa2nm78
Added documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='utf-8' ?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
 
3
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
4
<html>
 
5
<head>
 
6
    <title>Configuring Quill</title>
 
7
</head>
 
8
<body>
 
9
    <h1>Quill User's Guide</h1>
 
10
 
 
11
    <h2>Configuring Quill</h2>
 
12
    <p>There are two groups of settings that can be configured for all of Quill.
 
13
    These are general tool settings and the default background settings for new
 
14
    Quill documents. When you click on Settings-&gt;Configure Quill, these two
 
15
    groups are on the left.</p>
 
16
 
 
17
    <p>In addition, right-clicking on a page will bring up a context menu. Here,
 
18
    you can select Page Properties to bring up the page properties dialog. This
 
19
    section has background configuration for both the current page and the
 
20
    entire current document. Document background settings are the settings used
 
21
    for new pages of the current document. Note that when updating the document
 
22
    background settings, existing pages do not have their backgrounds
 
23
    changed.</p>
 
24
 
 
25
    <h3>Tool Configuration</h3>
 
26
    <p>Each tool can be configured independently. In this section, you can set
 
27
    the default settings for the tools. If the tools currently being used with
 
28
    the document are still at their original defaults, they will also be
 
29
    updated. Each tool has its own configuration items.</p>
 
30
 
 
31
    <p>The pen and highlighter tools both can have their default color and
 
32
    default width configured. The highlighter can also have its translucency
 
33
    configured. The translucency is a percentage opacity level. That is to say,
 
34
    setting this value to 35% means that the strokes will be 35% opaque, meaning
 
35
    they will be 65% translucent.</p>
 
36
 
 
37
    <p>The eraser can also have its default width configured. The other option
 
38
    for erasers is the erasing mode. The erasing mode can take one of three
 
39
    values:</p>
 
40
 
 
41
    <dl>
 
42
        <dt>Erase paths</dt>
 
43
        <dd>Erases contiguous sections of strokes that are of the same
 
44
        width.</dd>
 
45
 
 
46
        <dt>Erase entire strokes</dt>
 
47
        <dd>Erases entire strokes (i.e., lines drawn between the stylus or mouse
 
48
        being pressed and then released). Note that ``Erase paths'' behaves like
 
49
        ``Erase strokes'' for strokes drawn with the mouse and with the
 
50
        highlighter tool, since these do not vary stroke width based on
 
51
        pressure.</dd>
 
52
 
 
53
        <dt>Erase all objects</dt>
 
54
        <dd>Erases all objects, including, e.g., text, images, etc.</dd>
 
55
    </dl>
 
56
 
 
57
    <p>The selection tool currently has no configuration available.</p>
 
58
 
 
59
    <h3>Background Configuration</h3>
 
60
    <p>The background configuration sections configures the background type for
 
61
    either new documents (in the main Quill configuration dialog), the current
 
62
    page (in the Page BG section of the page properties dialog), or new pages on
 
63
    the current document (in the Document BG section of the page properties
 
64
    dialog).  For more information about configuring backgrounds, see the
 
65
    section on <a href="backgrounds.html">Annotating PDFs and Alternate
 
66
        Page Backgrounds</a>.</p>
 
67
</body>
 
68
</html>