14 lines
481 B
XML
14 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>3 - Convert Glyph Layers to SVG Font</name>
|
|
<id>org.inkscape.typography.layers_to_svg_font</id>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="Typography"/>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">layers2svgfont.py</command>
|
|
</script>
|
|
</inkscape-extension>
|