summaryrefslogtreecommitdiff
path: root/templates/lettering_update_json_glyphlist.xml
blob: d68a7ab6f28c0caf882aa7bf20bfd28265834aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Update Glyphlist</name>
    <id>org.inkstitch.lettering_update_json_glyphlist</id>
    <param name="extension" type="string" gui-hidden="true">lettering_update_json_glyphlist</param>
    <effect needs-live-preview="false">
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no">
                <submenu name="Font Management" />
            </submenu>
        </effects-menu>
    </effect>
    <label appearance="header" indent="1" >
        Updates the glyphlist in the json file.
    </label>
    <param type="path" name="font-file" gui-text="SVG Font File" indent="1" mode="file" filetypes="svg"/>
    <param type="path" name="json-file" gui-text="JSON File" indent="1" mode="file" filetypes="json"/>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>