diff --git a/files/locales/ru/data/font-small.glf b/files/locales/ru/data/font-small.glf index c1a60df..e14cded 100644 Binary files a/files/locales/ru/data/font-small.glf and b/files/locales/ru/data/font-small.glf differ diff --git a/files/locales/ru/gfx/font.png b/files/locales/ru/gfx/font.png index e9372b1..57ff4d3 100644 Binary files a/files/locales/ru/gfx/font.png and b/files/locales/ru/gfx/font.png differ diff --git a/tools/glfpatch.c b/tools/glfpatch.c index c5325e0..76e2b2c 100644 --- a/tools/glfpatch.c +++ b/tools/glfpatch.c @@ -21,8 +21,8 @@ typedef struct unsigned int chrs; /* chars cound, unused*/ } GLFontHeader; -#define CHR_SIZE_KOEFF_X 8.0f/256.0f -#define CHR_SIZE_KOEFF_Y 8.5f/256.0f +#define CHR_SIZE_KOEFF_X 8.8f/256.0f +#define CHR_SIZE_KOEFF_Y 10.0f/256.0f int main(int argc, char **argv) {