text_merge.inx revision 3ea16fce9ae1bf096351021e77d2dea5a9e42f3c
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico<?xml version="1.0" encoding="UTF-8"?>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_name>Merge</_name>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <id>org.inkscape.text.merge</id>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <dependency type="executable" location="extensions">text_merge.py</dependency>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="direction" type="enum" _gui-text="Text direction:">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="lr">Left to right</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="bt">Bottom to top</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="rl">Right to left</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="tb">Top to bottom</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico </param>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="xanchor" type="enum" _gui-text="Horizontal point:">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="l">Left</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="m">Middle</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="r">Right</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico </param>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="yanchor" type="enum" _gui-text="Vertical point:">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="t">Top</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="m">Middle</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <_item value="b">Bottom</_item>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico </param>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="flowtext" type="boolean" _gui-text="Flow text">false</param>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="keepstyle" type="boolean" _gui-text="Keep style">true</param>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <effect>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <object-type>all</object-type>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <effects-menu>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <submenu _name="Text"/>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico </effects-menu>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico </effect>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <script>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <command reldir="extensions" interpreter="python">text_merge.py</command>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico </script>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico</inkscape-extension>