Updated and Added Ї ї and Ґ ґ to the custom fonts (#533)
* Add files via upload * Added Ї ї and Ґ ґ
This commit is contained in:
parent
5c8b996197
commit
59bde95a42
|
@ -162,16 +162,20 @@ struct SmCodeGlyph sSmCodeGlyphs[] = {
|
||||||
{ "ć", 'c', 0, 0 },
|
{ "ć", 'c', 0, 0 },
|
||||||
{ "ź", 'z', 0, 0 },
|
{ "ź", 'z', 0, 0 },
|
||||||
{ "ż", 'z', 0, 0 },
|
{ "ż", 'z', 0, 0 },
|
||||||
{ "ł", 'l', 7, 0 },
|
{ "ł", 'r', 0, 0 },
|
||||||
{ "Ę", 'E', 0, 0 },
|
{ "Ę", 'E', 0, 0 },
|
||||||
{ "Ń", 'N', 0, 0 },
|
{ "Ń", 'N', 0, 0 },
|
||||||
{ "Ś", 'S', 0, 0 },
|
{ "Ś", 'S', 0, 0 },
|
||||||
{ "Ć", 'C', 0, 0 },
|
{ "Ć", 'C', 0, 0 },
|
||||||
{ "Ź", 'Z', 0, 0 },
|
{ "Ź", 'Z', 0, 0 },
|
||||||
{ "Ż", 'Z', 0, 0 },
|
{ "Ż", 'Z', 0, 0 },
|
||||||
{ "Ł", 'L', 12, 0 },
|
{ "Ł", 'R', 0, 0 },
|
||||||
{ "Ą", 'A', 0, 0 },
|
{ "Ą", 'A', 0, 0 },
|
||||||
{ "ą", 'a', 0, 0 },
|
{ "ą", 'a', 0, 0 },
|
||||||
|
{ "Ї", 'l', 0, 0 },
|
||||||
|
{ "ї", 'l', 0, 0 },
|
||||||
|
{ "Ґ", 'R', 0, 0 },
|
||||||
|
{ "ґ", 'R', 0, 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.4 KiB After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue