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