inkstitch/templates/lettering_remove_kerning.xml

41 wiersze
1.6 KiB
XML

<?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>
<param name="notebook" type="notebook">
<page name="options" gui-text="Options">
<param type="path" name="font-files" gui-text="Select Font Files" mode="files" filetypes="svg"/>
</page>
<page name="info" gui-text="Help">
<label appearance="header">Removes Kerning information from given SVG files</label>
<separator />
<label>
&#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 />
<label>More information on our website</label>
<label appearance="url">https://inkstitch.org/docs/font-tools/#remove-kerning</label>
</page>
</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<icon>{{ icon_path }}inx/font_management.svg</icon>
<menu-tip>Removes Kerning information from specified SVG files</menu-tip>
<effects-menu>
<submenu name="{{ menu_inkstitch }}" translatable="no">
<submenu name="Font Management" />
</submenu>
</effects-menu>
</effect>
<script>
{{ command_tag | safe }}
</script>
</inkscape-extension>