Skip to content

Commit

Permalink
Merge pull request #91 from IdreesInc/90-aphostrope-on-some-letters-a…
Browse files Browse the repository at this point in the history
…re-wrong

Fix ť and ď
  • Loading branch information
IdreesInc authored Dec 29, 2022
2 parents a897bc0 + 0ad78e0 commit b890817
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2069,6 +2069,20 @@
],
"descent": 2
},
{
"character": "ď",
"name": "latin_small_letter_d_with_caron",
"codepoint": 271,
"pixels": [
[0, 0, 0, 1, 0, 1],
[0, 0, 0, 1, 0, 1],
[0, 1, 1, 1, 0, 0],
[1, 0, 0, 1, 0, 0],
[1, 0, 0, 1, 0, 0],
[1, 0, 0, 1, 0, 0],
[0, 1, 1, 1, 0, 0]
]
},
{
"character": "Ę",
"name": "latin_capital_letter_e_with_ogonek",
Expand Down Expand Up @@ -2390,6 +2404,21 @@
],
"descent": 2
},
{
"character": "ť",
"name": "latin_small_letter_t_with_caron",
"codepoint": 357,
"pixels": [
[0, 0, 0, 0, 1],
[0, 0, 1, 0, 1],
[0, 0, 1, 0, 0],
[0, 1, 1, 1, 0],
[0, 0, 1, 0, 0],
[0, 0, 1, 0, 0],
[0, 0, 1, 0, 0],
[0, 0, 0, 1, 1]
]
},
{
"character": "Ů",
"name": "latin_capital_letter_u_with_ring_above",
Expand Down

0 comments on commit b890817

Please sign in to comment.