summaryrefslogtreecommitdiff
path: root/templates/lettering_along_path.xml
blob: b1612436e1b074a92f1baf44c9582137749d37ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Lettering along path</name>
    <id>org.inkstitch.lettering_along_path</id>
    <param name="extension" type="string" gui-hidden="true">lettering_along_path</param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no" />
        </effects-menu>
    </effect>
    <param name="options" type="notebook">
      <page name="options" gui-text="Options">
        <param name="stretch-spaces" type="bool" gui-text="Stretch"
               gui-description="Expand glyph and word spacing to stretch lettering over the entire path">false</param>
      </page>
      <page name="info" gui-text="Help">
        <label appearance="header">This extension bends an Ink/Stitch text to a path.</label>
        <label>Select Ink/Stitch text and a path before running this extension.</label>
        <spacer />
        <label>The text needs to meet these conditions:</label>
        <label indent="1">* The text consists of only one line of text</label>
        <label indent="1">* The text should not be too large for the given path</label>
        <label indent="1">* Text text should not contain trim symbols</label>
        <spacer />
        <label>The stretch option defines whether the spaces between glyphs should be expanded so that the text stretches over the entire path.</label>
      </page>
    </param>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>