summaryrefslogtreecommitdiff
path: root/templates/lettering_custom_font_dir.xml
blob: b08c37d6a2826f0343f14898545e0e8afc0cbe7b (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 xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>{% trans %}Custom font directory{% endtrans %}</name>
    <id>org.inkstitch.lettering_custom_font_dir.{{ locale }}</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="{% trans %}Font Tools{% endtrans %}" />
            </submenu>
        </effects-menu>
    </effect>
    <param name="file-description" type="description" indent="1" >
        {% trans %}Set a custom directory for additional fonts to be used with the lettering tool.{% endtrans %}
    </param>
    <spacer />
    <param name="path" type="path" mode="folder" gui-text="{% trans %}Custom font directory{% endtrans %}"  indent="1"></param>
    <spacer />
    <param name="file-description" type="description" indent="1" >
        {% trans %}Usage: Create a subdirectory for each font you add.{% endtrans %}
    </param>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>