diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-10-23 09:17:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 09:17:17 +0200 |
| commit | 27d2fcecaaec7ab3b153981a77f53a9eda8a8add (patch) | |
| tree | 11c6ae70035a8445b513fc1eee7dae6ddefcc356 /fonts/medium_font | |
| parent | 11cde9062ee13b64f665b0ef9313c286da05fdfe (diff) | |
Lettering: add font size filter (#1854)
* auto-update scale on font selection with an active filter
Diffstat (limited to 'fonts/medium_font')
| -rw-r--r-- | fonts/medium_font/font.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/medium_font/font.json b/fonts/medium_font/font.json index 1cd6e2f1..e9928e62 100644 --- a/fonts/medium_font/font.json +++ b/fonts/medium_font/font.json @@ -7,9 +7,10 @@ "default_glyph": "�", "min_scale": 0.7, "max_scale": 2.0, + "size": 15.24, "horiz_adv_x_default": null, "horiz_adv_x_space": 51, "units_per_em": 90, "horiz_adv_x": {}, "kerning_pairs": {} -}
\ No newline at end of file +} |
