summaryrefslogtreecommitdiff
path: root/templates/lettering_update_json_glyphlist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lettering_update_json_glyphlist.xml')
-rw-r--r--templates/lettering_update_json_glyphlist.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/lettering_update_json_glyphlist.xml b/templates/lettering_update_json_glyphlist.xml
deleted file mode 100644
index ac74cf1f..00000000
--- a/templates/lettering_update_json_glyphlist.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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.{{ id_inkstitch }}.lettering_update_json_glyphlist</id>
- <param name="extension" type="string" gui-hidden="true">lettering_update_json_glyphlist</param>
-
- <param name="notebook" type="notebook">
- <page name="options" gui-text="Options">
- <param type="path" name="font-dir" gui-text="Font Folder" mode="folder"/>
- </page>
- <page name="info" gui-text="Help">
- <label appearance="header">Updates the glyphlist in the json file.</label>
- <spacer />
- <label>More information on our website</label>
- <label appearance="url">https://inkstitch.org/docs/font-tools/#update-glyph-list</label>
- </page>
- </param>
-
- <effect needs-live-preview="false">
- <object-type>all</object-type>
- <icon>{{ icon_path }}inx/font_management.svg</icon>
- <menu-tip>Updates the glyphlist in the json file</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>