summaryrefslogtreecommitdiffstats
path: root/share/extensions/layers2svgfont.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/layers2svgfont.inx')
-rw-r--r--share/extensions/layers2svgfont.inx14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/extensions/layers2svgfont.inx b/share/extensions/layers2svgfont.inx
new file mode 100644
index 0000000..ef9ac06
--- /dev/null
+++ b/share/extensions/layers2svgfont.inx
@@ -0,0 +1,14 @@
+<?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>