Add polish characters (thanks Jairo The Plumber)
This commit is contained in:
parent
9de82b3237
commit
4e867cbbc7
|
@ -156,6 +156,20 @@ struct SmCodeGlyph sSmCodeGlyphs[] = {
|
|||
{ "Ť", 'T', 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[] = {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue