Fixed up russian font glf file & changed a few pixels that were off.

This commit is contained in:
fgenesis 2012-07-13 21:08:30 +02:00
parent b844dee736
commit b136da8e3b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -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)
{