From 27d2fcecaaec7ab3b153981a77f53a9eda8a8add Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:17:17 +0200 Subject: Lettering: add font size filter (#1854) * auto-update scale on font selection with an active filter --- fonts/tt_directors/font.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fonts/tt_directors') diff --git a/fonts/tt_directors/font.json b/fonts/tt_directors/font.json index 573d61e1..b2c157e2 100644 --- a/fonts/tt_directors/font.json +++ b/fonts/tt_directors/font.json @@ -7,6 +7,7 @@ "default_glyph": "?", "min_scale": 1.0, "max_scale": 5.0, + "size": 18.5, "horiz_adv_x_default": 34, "horiz_adv_x_space": 14, "units_per_em": 100, @@ -722,4 +723,4 @@ "f'": -4, "f\"": -4 } -} \ No newline at end of file +} -- cgit v1.3.1