File: font-manager-font-activation.page

package info (click to toggle)
font-manager 0.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,684 kB
  • sloc: ansic: 13,202; perl: 684; xml: 494; python: 321; makefile: 123
file content (65 lines) | stat: -rw-r--r-- 2,125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<page xmlns="http://projectmallard.org/1.0/"
    xmlns:e="http://projectmallard.org/experimental/"
    type="topic" style="task" id="manage">

    <info>
        <link type="guide" xref="index#manage"/>
        <link type="seealso" xref="organize"/>
        <desc>Activating and De-activating font families</desc>
    </info>

    <title>Activation</title>

        <p>
        <app>Font Manager</app>
        allows you to activate and de-activate font families.
        </p>

        <p>
        If you have a large number of fonts installed, font selection dialogs
        and lists in many applications can get very long and become uncomfortable
        to use, disabling fonts you do not use very often or do not need at the
        moment helps keep these at a reasonable size.
        </p>

        <list>
            <item>
                <title>To enable or disable a font family:</title>
                    <steps>
                        <item>
                            <p>
                            Select the family you wish to enable/disable in the font list
                            </p>
                        </item>
                        <item>
                            <p>
                            Click the
                            <gui style="checkbox">
                            checkbox
                            </gui>
                            </p>
                        </item>
                    </steps>
            </item>
        </list>

    <note style="tip">
        <p>
        You can also double-click, press <gui style="button">Space</gui> or
        press <gui style="button">Enter</gui> to toggle the selected font.
        </p>
        <p>
        <link xref="organize#user-collections">Collections</link>
        make it easy to enable or disable multiple families at once.
        </p>
    </note>

    <note style="warning">
        <p>
        While any changes made using <app>Font Manager</app> are applied
        immediately, open applications may need to be restarted in order
        to reflect those changes.
        </p>
    </note>

</page>