working demo
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user