blob: 13538b76aa7a38255fe4c8f10a92710ef9e40bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Convert SVG Font to Glyph Layers</name>
<id>org.inkscape.typography.svg_font_to_layers</id>
<param name="count" type="int" min="1" max="65535" gui-text="Stop after (30 Recommended)">30</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="Typography"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">svgfont2layers.py</command>
</script>
</inkscape-extension>
|