This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/glyph_ids/set_glyph_ids.inx

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Glyph IDs - Set</name>
<id>fablabchemnitz.de.glyph_ids.set_glyph_ids</id>
<param type="notebook" name="tab">
<page name="setGlyphIDs" gui-text="Glyph IDs - set">
<label>Id for each selected path will be set to one single character within the given string below.</label>
<label>The path ids are set ordered from left to right (bounding box).</label>
<param name="characters" type="string" gui-text="Characters:">abc</param>
</page>
<page name="help" gui-text="Information">
<label xml:space="preserve">
For more information:
https://gitlab.com/EllenWasbo/inkscape-extension-getsetGlyphIDs
and
http://cutlings.wasbo.net/inkscape-automate-set-glyph-ids/</label>
</page>
</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz">
<submenu name="Text" />
</submenu>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">set_glyph_ids.py</command>
</script>
</inkscape-extension>