I am trying to support korean font in my Allegro project.
I've converted ttf to fnt format with many sorts of programs, and check to see whether it works the way I expect it to. However, it never did.
PALETTE pal;
FONT * font10;
font10 = load_font("korean.fnt", NULL, NULL);
textout_ex(screen,font10,"안녕하세요", 32, 32,
makecol(255, 0, 255), -1);
Could anyone point me in the right direction?