Skip to content

Commit

Permalink
Merge pull request #113 from IdreesInc/106-cyrillic-ц-renders-higher-…
Browse files Browse the repository at this point in the history
…than-it-should

Add descent to ц and bump version
  • Loading branch information
IdreesInc committed Feb 20, 2023
2 parents c3be007 + cec3461 commit ebd3452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3353,7 +3353,8 @@
[1, 0, 0, 1, 0],
[1, 1, 1, 1, 1],
[0, 0, 0, 0, 1]
]
],
"descent": 1
},
{
"character": "ч",
Expand Down
2 changes: 1 addition & 1 deletion src/monocraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebd3452

Please sign in to comment.