summaryrefslogtreecommitdiff
path: root/templates/lettering_remove_kerning.xml
blob: e8f19bd0d45ea840932e51ceedebcdf5c2260e37 (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
27
28
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Remove Kerning</name>
    <id>org.{{ id_inkstitch }}.lettering_remove_kerning</id>
    <param name="extension" type="string" gui-hidden="true">lettering_remove_kerning</param>
    <effect needs-live-preview="false">
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="{{ menu_inkstitch }}" translatable="no">
                <submenu name="Font Management" />
            </submenu>
        </effects-menu>
    </effect>
    <label appearance="header" indent="1" >
        Removes Kerning information from given SVG files
    </label>
    <separator />
    <label indent="1" >
        &#9888; Make sure you keep a copy of the original file. After running this extension kerning information will be lost unrevertably from these files.
    </label>
    <separator />
    <spacer />
    <param type="path" name="font-files" gui-text="Select Font Files" indent="1" mode="files" filetypes="svg"/>
    <spacer />
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>