~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/extensions/svgfont2layers.inx

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 
3
  <_name>Convert SVG Font to Glyph Layers</_name>
 
4
  <id>org.inkscape.typography.svgfont2layers</id>
 
5
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
  <dependency type="executable" location="extensions">simplepath.py</dependency>
 
7
  <dependency type="executable" location="extensions">svgfont2layers.py</dependency>
 
8
  <param name="limitglyphs" type="boolean" _gui-text="Load only the first 30 glyphs (Recommended)"></param>
 
9
  <effect>
 
10
    <object-type>all</object-type>
 
11
    <effects-menu>
 
12
      <submenu _name="Typography"/>
 
13
    </effects-menu>
 
14
  </effect>
 
15
  <script>
 
16
    <command reldir="extensions" interpreter="python">svgfont2layers.py</command>
 
17
  </script>
 
18
</inkscape-extension>