From cec34615f2ddd5d20819b1ddcfa741787ea9684b Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Mon, 20 Feb 2023 10:36:06 -0500 Subject: [PATCH] =?UTF-8?q?Add=20descent=20to=20=D1=86=20and=20bump=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/characters.json | 3 ++- src/monocraft.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/characters.json b/src/characters.json index ccbf570..8e26c28 100644 --- a/src/characters.json +++ b/src/characters.json @@ -3353,7 +3353,8 @@ [1, 0, 0, 1, 0], [1, 1, 1, 1, 1], [0, 0, 0, 0, 1] - ] + ], + "descent": 1 }, { "character": "ч", diff --git a/src/monocraft.py b/src/monocraft.py index c7cb277..2907e4f 100644 --- a/src/monocraft.py +++ b/src/monocraft.py @@ -37,7 +37,7 @@ def generateFont(): monocraft.fullname = "Monocraft" monocraft.copyright = "Idrees Hassan, https://github.com/IdreesInc/Monocraft" monocraft.encoding = "UnicodeFull" - monocraft.version = "2.4" + monocraft.version = "2.5" monocraft.weight = "Regular" monocraft.ascent = PIXEL_SIZE * 8 monocraft.descent = PIXEL_SIZE