diff options
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 } |
