File: font-manager-categories.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 (98 lines) | stat: -rw-r--r-- 2,516 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<page xmlns="http://projectmallard.org/1.0/"
    xmlns:e="http://projectmallard.org/experimental/"
    type="topic" style="task" id="categories">

    <info>
        <link type="guide" xref="index#manage"/>
        <desc>Automatically generated categories</desc>
    </info>

    <title>Categories</title>

    <p>
    <app>Font Manager</app> automatically categorizes your fonts based on
    various properties.
    </p>

    <terms>
        <item>
            <title>All</title>
            <p>
                All available fonts.
            </p>
        </item>
        <item>
            <title>System</title>
            <p>
                Fonts available to all users.
            </p>
        </item>
        <item>
            <title>User</title>
            <p>
                Fonts available only to you.
            </p>
        </item>
        <item>
            <title>Family Kind</title>
            <p>
                Sorted by Family Kind — Requires Panose information to be present in font metadata.
            </p>
        </item>
        <item>
            <title>Width</title>
            <p>
                Sorted by font width property.
            </p>
        </item>
        <item>
            <title>Weight</title>
            <p>
                Sorted by font weight property.
            </p>
        </item>
        <item>
            <title>Slant</title>
            <p>
                Sorted by font slant property.
            </p>
        </item>
        <item>
            <title>Spacing</title>
            <p>
                Sorted by font spacing property.
            </p>
        </item>
        <item>
            <title>License</title>
            <p>
                Sorted by font license — Requires license information to be present in font metadata.
            </p>
        </item>
        <item>
            <title>Vendor</title>
            <p>
                Sorted by font vendor — Requires vendor information to be present in font metadata.
            </p>
        </item>
        <item>
            <title>Filetype</title>
            <p>
                Sorted by file format.
            </p>
        </item>
        <item>
            <title>Unsorted</title>
            <p>
                Fonts not present in any of your collections.
            </p>
        </item>
        <item>
            <title>Disabled</title>
            <p>
                Currrently disabled font families.
            </p>
        </item>
    </terms>

</page>