1
0
Fork 0

Set satid font

giza-pure
Jeff Moe 2022-08-20 14:37:11 -06:00
parent 55320ce3cf
commit e86441e28c
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ main (int argc, char *argv[])
if (argc == 3) {
giza_open_device_size_float ("/png", "satid", 680, 680, 3);
giza_set_font (1);
giza_set_font ("Helvetica");
giza_set_colour_representation_float (0, 0.0, 0.0, 0.0);
giza_draw_background ();
}