summaryrefslogtreecommitdiff
path: root/templates/lettering_svg_font_to_layers.xml
blob: 3bce6ce42daabd31ce34a9b4e1276b278a593c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <name>Convert SVG Font to Glyph Layers</name>
  <id>org.{{ id_inkstitch }}.lettering_svg_font_to_layers</id>
  <param name="extension" type="string" gui-hidden="true">lettering_svg_font_to_layers</param>
  <param name="reference" type="string" gui-text="Use this character to define size">M</param>
  <param name="height" type="float" min="1" max="1000" gui-text="Height of reference character (mm)">20</param>
  <effect needs-live-preview="false">
    <object-type>all</object-type>
    <icon>{{ icon_path }}inx/font_management.svg</icon>
    <menu-tip>Converts a svg font to glyph layers</menu-tip>
    <effects-menu>
      <submenu name="{{ menu_inkstitch }}" translatable="no">
        <submenu name="Font Management" />
      </submenu>
    </effects-menu>
  </effect>
  <script>
    {{ command_tag | safe }}
  </script>
</inkscape-extension>