working demo

This commit is contained in:
anon
2023-03-14 21:12:15 +01:00
parent fd8bdecb53
commit cec6ffd6de
4 changed files with 1881 additions and 1881 deletions

View File

@ -5,16 +5,16 @@ int main(argc,argv)
int argc;
char *argv[];
{
//fontinfo fi;
//readfont(&fi);
fig_init();
fontdirname = "fonts/";
fontname = "small";
readcontrolfiles();
readfont();
linealloc();
fs("Hello ");
fs("World!");
printline();
fig_puts("Hello ");
linealloc();
fig_puts("World!");
fig_flush();
return 0;
}