summaryrefslogtreecommitdiffstats
path: root/hyphenation/inkscape/extensions/text_hyphenate.inx
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-10-03 12:01:24 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-10-03 12:01:24 +0530
commite4c73b927e00bfaf5d797fbfadae191f6375cac0 (patch)
treeeeba71f0777adf59cdc093c54dd65f256a792ab8 /hyphenation/inkscape/extensions/text_hyphenate.inx
parent7c19f25ef4e8a18709eed13545d62c76fa299ce6 (diff)
downloadRachana.git-e4c73b927e00bfaf5d797fbfadae191f6375cac0.tar.gz
Rachana.git-e4c73b927e00bfaf5d797fbfadae191f6375cac0.tar.xz
Rachana.git-e4c73b927e00bfaf5d797fbfadae191f6375cac0.zip
Adding inkscape hyphenation extension
Diffstat (limited to 'hyphenation/inkscape/extensions/text_hyphenate.inx')
-rw-r--r--hyphenation/inkscape/extensions/text_hyphenate.inx15
1 files changed, 15 insertions, 0 deletions
diff --git a/hyphenation/inkscape/extensions/text_hyphenate.inx b/hyphenation/inkscape/extensions/text_hyphenate.inx
new file mode 100644
index 0000000..1250d0c
--- /dev/null
+++ b/hyphenation/inkscape/extensions/text_hyphenate.inx
@@ -0,0 +1,15 @@
+<inkscape-extension>
+ <_name>Hyphenate</_name>
+ <id>org.inkscape.text.hyphenate</id>
+ <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+ <dependency type="executable" location="extensions">text_hyphenate.py</dependency>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Text"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">text_hyphenate.py</command>
+ </script>
+</inkscape-extension>