summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-10-23 09:17:17 +0200
committerGitHub <noreply@github.com>2022-10-23 09:17:17 +0200
commit27d2fcecaaec7ab3b153981a77f53a9eda8a8add (patch)
tree11c6ae70035a8445b513fc1eee7dae6ddefcc356 /templates
parent11cde9062ee13b64f665b0ef9313c286da05fdfe (diff)
Lettering: add font size filter (#1854)
* auto-update scale on font selection with an active filter
Diffstat (limited to 'templates')
-rw-r--r--templates/lettering_generate_json.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/lettering_generate_json.xml b/templates/lettering_generate_json.xml
index 9bd048bf..6a49d128 100644
--- a/templates/lettering_generate_json.xml
+++ b/templates/lettering_generate_json.xml
@@ -40,6 +40,7 @@
</param>
</vbox>
<vbox indent="20">
+ <param name="size" type="float" precision="1" min="1" max="1000" gui-text="Size" indent="1">15</param>
<param name="min-scale" type="float" precision="1" min="0.1" max="1" gui-text="Min Scale" indent="1">1</param>
<param name="max-scale" type="float" precision="1" min="1" max="10" gui-text="Max Scale" indent="1">1</param>
</vbox>