diff --git a/src/pc/djui/djui_unicode.c b/src/pc/djui/djui_unicode.c index 8ffd60c5..73dd4573 100644 --- a/src/pc/djui/djui_unicode.c +++ b/src/pc/djui/djui_unicode.c @@ -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[] = { diff --git a/textures/custom_font/custom_font_normal.rgba32.png b/textures/custom_font/custom_font_normal.rgba32.png index f143a8b7..bd1fc2d6 100644 Binary files a/textures/custom_font/custom_font_normal.rgba32.png and b/textures/custom_font/custom_font_normal.rgba32.png differ diff --git a/textures/custom_font/custom_font_tiny.rgba32.png b/textures/custom_font/custom_font_tiny.rgba32.png index b60e560c..5e36f3f7 100644 Binary files a/textures/custom_font/custom_font_tiny.rgba32.png and b/textures/custom_font/custom_font_tiny.rgba32.png differ