#include <acknex.h> #include <windows.h> FONT* my_font; TEXT* test_txt = { flags = SHOW; string = "Comic letter"; } void main() { AddFontResource("Aarvark_Cafe.ttf"); my_font = font_create("Aarvark Cafe#100"); test_txt.font = my_font; while ( !key_any ) wait(1); sys_exit ( NULL ); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de