diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-10 20:23:11 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-10 20:23:11 -0400 |
| commit | 98e59f255039911a4c1cc009325f7b30839cafdd (patch) | |
| tree | e431ae9e647f2e3dc258e31a30d68ef7e8b0e9c2 /fonts | |
| parent | 6c5e57d39c9a72a9a56acc3b7ffe93e67f38ecb1 (diff) | |
add support for scaling text
Diffstat (limited to 'fonts')
| -rw-r--r-- | fonts/small_font/font.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/small_font/font.json b/fonts/small_font/font.json index a89925e7..7732a7a0 100644 --- a/fonts/small_font/font.json +++ b/fonts/small_font/font.json @@ -1,11 +1,13 @@ { "name": "Ink/Stitch Small Font", - "description": "A font suited for small characters. The capital em is 0.2 inches wide.", + "description": "A font suited for small characters. The capital em is 0.2 inches wide at 100% scale. Can be scaled up to 300%.", "leading": 8, "letter_spacing": 1.5, "word_spacing": 4.5, "auto_satin": true, "default_glyph": "�", + "min_scale": 1.0, + "max_scale": 3.0, "kerning_pairs": { "wo": -0.3 } |
