kopia lustrzana https://github.com/inkstitch/inkstitch
27 wiersze
1.1 KiB
XML
27 wiersze
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Custom font directory</name>
|
|
<id>org.inkstitch.lettering_custom_font_dir</id>
|
|
<param name="extension" type="string" gui-hidden="true">lettering_custom_font_dir</param>
|
|
<effect needs-live-preview="false">
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="Ink/Stitch" translatable="no">
|
|
<submenu name="Font Management" />
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<param name="file-description" type="description" indent="1" >
|
|
Set a custom directory for additional fonts to be used with the lettering tool.
|
|
</param>
|
|
<spacer />
|
|
<param name="path" type="path" mode="folder" gui-text="Custom font directory" indent="1"></param>
|
|
<spacer />
|
|
<param name="file-description" type="description" indent="1" >
|
|
Usage: The custom font directory must contain a subdirectory for each font.
|
|
</param>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|