summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-04-27 10:02:20 +0200
committerGitHub <noreply@github.com>2024-04-27 10:02:20 +0200
commited33b29c280843b48670d510a07e80a629bbcb9e (patch)
treee75f80365624c230778882969882d892e4bafb81 /templates
parenta010866680ab005992a41c9ccb2b832d21d49234 (diff)
Font sampling extension (#2858)
Diffstat (limited to 'templates')
-rw-r--r--templates/lettering_font_sample.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/lettering_font_sample.xml b/templates/lettering_font_sample.xml
new file mode 100644
index 00000000..54205125
--- /dev/null
+++ b/templates/lettering_font_sample.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Font Sampling</name>
+ <id>org.{{ id_inkstitch }}.lettering_font_sample</id>
+ <param name="extension" type="string" gui-hidden="true">lettering_font_sample</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no">
+ <submenu name="Font Management" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>