diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-26 16:23:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 16:23:38 +0100 |
| commit | b9432f040d9cea0139715da1d29ee7182e7d719e (patch) | |
| tree | b85d53b2d30efb255395e252f091e22b8d3cab36 /templates/lettering_edit_json.xml | |
| parent | ef7d056173cc6d7782d6120c031dae9276725a3d (diff) | |
Edit json (#3371)
* convert kerning tool to json edit
Diffstat (limited to 'templates/lettering_edit_json.xml')
| -rw-r--r-- | templates/lettering_edit_json.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/lettering_edit_json.xml b/templates/lettering_edit_json.xml new file mode 100644 index 00000000..907be818 --- /dev/null +++ b/templates/lettering_edit_json.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Edit JSON</name> + <id>org.{{ id_inkstitch }}.lettering_edit_json</id> + <param name="extension" type="string" gui-hidden="true">lettering_edit_json</param> + <effect implements-custom-gui="true" show-stderr="true"> + <object-type>all</object-type> + <icon>{{ icon_path }}inx/font_management.svg</icon> + <menu-tip>Feature to verify or update the font information file for an existing font</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> |
