summaryrefslogtreecommitdiff
path: root/templates/lettering_custom_font_dir.xml
blob: 49abf2ff5f669aae7f8ec64c2955137905a965cd (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Custom font directory</name>
    <id>org.inkstitch.lettering_custom_font_dir</id>
    <param name="extension" type="string" gui-hidden="true">lettering_custom_font_dir</param>
    <effect needs-live-preview="false">
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch">
                <submenu name="Font Management" />
            </submenu>
        </effects-menu>
    </effect>
    <param name="file-description" type="description" indent="1" >
        Set a custom directory for additional fonts to be used with the lettering tool.
    </param>
    <spacer />
    <param name="path" type="path" mode="folder" gui-text="Custom font directory"  indent="1"></param>
    <spacer />
    <param name="file-description" type="description" indent="1" >
        Usage: The custom font directory must contain a subdirectory for each font.
    </param>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>