mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
font
This commit is contained in:
parent
c642f415d2
commit
6d4ff761bf
@ -50,7 +50,7 @@ void console_init(ctx_t *ctx)
|
|||||||
TTF_Init();
|
TTF_Init();
|
||||||
|
|
||||||
scr_font = TTF_OpenFont
|
scr_font = TTF_OpenFont
|
||||||
("fs/console_font.ttf", CONSOLE_FONT_SIZE);
|
("fs/csfont.ttf", CONSOLE_FONT_SIZE);
|
||||||
|
|
||||||
if (scr_font == NULL)
|
if (scr_font == NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user