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/get_glyph_ids.inx

30 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Glyph IDs - Get</name>
<id>fablabchemnitz.de.glyph_ids.get_glyph_ids</id>
<param type="notebook" name="tab">
<page name="getGlyphIDs" gui-text="Glyph IDs - Get">
<label>Get all glyph ids (all path ids in layer with id = glyph) and combine to a string.</label>
<label>This string will be saved into a text element in a new layer 'glyphIds'.</label>
<label>Use this string when setting the ids (Glyph IDs - set) before generating your new font as the ids might get lost during path operations</label>
</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-extension-automate-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">get_glyph_ids.py</command>
</script>
</inkscape-extension>