From 98e59f255039911a4c1cc009325f7b30839cafdd Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 10 Apr 2019 20:23:11 -0400 Subject: add support for scaling text --- fonts/small_font/font.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fonts') 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 } -- cgit v1.2.3