diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-22 21:49:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 21:49:35 +0200 |
| commit | 7a19800a6fed788c510156957d5d6c70f34bd222 (patch) | |
| tree | 918da0319d4a1b053a873e3ff9953aa0be8e6259 /templates/lettering_remove_kerning.xml | |
| parent | 175709cdcfba4945cb20d21130e04efca54dd7ae (diff) | |
add links to documention in inx extensions (#2937)
Diffstat (limited to 'templates/lettering_remove_kerning.xml')
| -rw-r--r-- | templates/lettering_remove_kerning.xml | 32 |
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> + ⚠ 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" > - ⚠ 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> |
