Add polish characters (thanks Jairo The Plumber)

This commit is contained in:
MysterD 2023-11-20 20:00:25 -08:00
parent 7450b84694
commit ee517e16d7
3 changed files with 14 additions and 0 deletions

View File

@ -156,6 +156,20 @@ struct SmCodeGlyph sSmCodeGlyphs[] = {
{ "Ť", 'T', 0, 0 }, { "Ť", 'T', 0, 0 },
{ "ť", 13, 0, 0 }, { "ť", 13, 0, 0 },
{ "ę", 'e', 0, 0 },
{ "ń", 'n', 0, 0 },
{ "ś", 's', 0, 0 },
{ "ć", 'c', 0, 0 },
{ "ź", 'z', 0, 0 },
{ "ż", 'z', 0, 0 },
{ "ł", 'l', 7, 0 },
{ "Ę", 'E', 0, 0 },
{ "Ń", 'N', 0, 0 },
{ "Ś", 'S', 0, 0 },
{ "Ć", 'C', 0, 0 },
{ "Ź", 'Z', 0, 0 },
{ "Ż", 'Z', 0, 0 },
{ "Ł", 'L', 12, 0 },
}; };
struct SmCodeGlyph sSmCodeDuplicateGlyphs[] = { struct SmCodeGlyph sSmCodeDuplicateGlyphs[] = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB