summaryrefslogtreecommitdiffstats
path: root/hyphenation/inkscape/extensions/text_hyphenate.inx
blob: 1250d0cc4f78ada2797c13b6a15693865a1c65d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>