Corrected weird half-commented-out code
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
ef00d064ab
commit
3d42044917
1 changed files with 4 additions and 3 deletions
|
@ -567,13 +567,14 @@ void InitTextObject(const char *font_name)
|
||||||
fontHeight = 12;
|
fontHeight = 12;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{*/
|
{
|
||||||
|
fontWidth = 5 * magnification;
|
||||||
|
fontHeight = 10 * magnification;
|
||||||
|
}*/
|
||||||
|
|
||||||
fontWidth = 5 * magnification;
|
fontWidth = 5 * magnification;
|
||||||
fontHeight = 10 * magnification;
|
fontHeight = 10 * magnification;
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
size_t data_size;
|
size_t data_size;
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
// Actually use the font Config.dat specifies
|
// Actually use the font Config.dat specifies
|
||||||
|
|
Loading…
Add table
Reference in a new issue