JezK
Edit File: layers2svgfont.inx
<?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>