inkstitch/templates/lettering_along_path.xml

37 wiersze
1.8 KiB
XML

<?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.{{ id_inkstitch }}.lettering_along_path</id>
<param name="extension" type="string" gui-hidden="true">lettering_along_path</param>
<effect>
<object-type>all</object-type>
<icon>{{ icon_path }}inx/lettering_along_path.svg</icon>
<menu-tip>Shapes a line of text onto a path</menu-tip>
<effects-menu>
<submenu name="{{ menu_inkstitch }}" translatable="no" />
</effects-menu>
</effect>
<param name="notebook" 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>
<spacer />
<label>The stretch option defines whether the spaces between glyphs should be expanded so that the text stretches over the entire path.</label>
<spacer />
<label>More information on our website</label>
<label appearance="url">https://inkstitch.org/docs/lettering/#lettering-along-path</label>
</page>
</param>
<script>
{{ command_tag | safe }}
</script>
</inkscape-extension>