mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-14 13:29:13 +00:00
Fixed up russian font glf file & changed a few pixels that were off.
This commit is contained in:
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 |
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue