summaryrefslogtreecommitdiff
path: root/templates/lettering_remove_kerning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lettering_remove_kerning.xml')
-rw-r--r--templates/lettering_remove_kerning.xml32
1 files changed, 21 insertions, 11 deletions
diff --git a/templates/lettering_remove_kerning.xml b/templates/lettering_remove_kerning.xml
index e8f19bd0..9a0d84ce 100644
--- a/templates/lettering_remove_kerning.xml
+++ b/templates/lettering_remove_kerning.xml
@@ -3,6 +3,27 @@
<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>
<effects-menu>
@@ -11,17 +32,6 @@
</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>