setup_typography_canvas.inx revision 56e4388ff78e8b79f20849c3004e46575bc02152
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches<?xml version="1.0" encoding="UTF-8"?>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <_name>Setup Typography Canvas</_name>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <id>org.inkscape.typography.setuptypographycanvas</id>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <dependency type="executable" location="extensions">inkex.py</dependency>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <dependency type="executable" location="extensions">setup_typography_canvas.py</dependency>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="setwidth" type="int" _gui-text="Set Width:" min="10" max="2000">1000</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="ascender" type="int" _gui-text="Ascender:" min="0" max="2000">750</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="caps" type="int" _gui-text="Caps Height:" min="0" max="2000">700</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="xheight" type="int" _gui-text="X-Height:" min="0" max="2000">500</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="descender" type="int" _gui-text="Descender:" min="-1000" max="0">-250</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="lbearing" type="int" _gui-text="Left Side Bearing:" min="0" max="2000">100</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <param name="rbearing" type="int" _gui-text="Right Side Bearing:" min="0" max="2000">100</param>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <effect>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <object-type>all</object-type>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <effects-menu>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <submenu _name="Typography"/>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches </effects-menu>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches </effect>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <script>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches <command reldir="extensions" interpreter="python">setup_typography_canvas.py</command>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches </script>
56e4388ff78e8b79f20849c3004e46575bc02152Felipe C. da S. Sanches</inkscape-extension>