diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-10-10 10:25:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 10:25:49 +0200 |
| commit | 2c295ace644a27b7d1523c047e168aac2ead03dc (patch) | |
| tree | 436f73eb6b788c3ac68fdda3b1e15fac27a8eef0 /templates/lettering_generate_json.xml | |
| parent | 31cebe4228be707a1fe0a8727044fbc7271dd4b3 (diff) | |
Edit json: allow 0 values for horiz_adv_x_default (#3965)
* edit json: allow 0 values for horiz_adv_x_default and enable None for using the glyph width
* enable None value in generate json too
Diffstat (limited to 'templates/lettering_generate_json.xml')
| -rw-r--r-- | templates/lettering_generate_json.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/lettering_generate_json.xml b/templates/lettering_generate_json.xml index a111e888..d6666a7a 100644 --- a/templates/lettering_generate_json.xml +++ b/templates/lettering_generate_json.xml @@ -116,6 +116,8 @@ <param name="letter-spacing" type="int" precision="1" min="-100" max="500" gui-text="Letter spacing (px)" gui-description="Letter spacing (default: 100)" indent="1">100</param> </hbox> + <param name="use-glyph-width" type="bool" gui-text="Use glyph width" indent="4" + gui-description="Use glyph width to define letter spacing.">false</param> <spacer /> <separator indent="1"/> |
