search for: basefontfac

Displaying 3 results from an estimated 3 matches for "basefontfac".

Did you mean: basefontface
2004 Jul 30
1
plot(x,y) core dump
...sc)))) return NULL; /* From here on, if we need to bail out with "error", */ /* then we must also free(xd). */ /* Font will load at first use. */ if (ps < 6 || ps > 24) ps = 12; xd->fontface = -1; xd->fontsize = -1; xd->basefontface = 1; xd->basefontsize = ps; xd->handleOwnEvents = FALSE; xd->window = (Window) NULL; return(xd); } However I got core dump while I try to use plot() from R: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.1 (2004-06-21), ISBN...
2004 Jul 30
0
plot() core dump
...sc)))) return NULL; /* From here on, if we need to bail out with "error", */ /* then we must also free(xd). */ /* Font will load at first use. */ if (ps < 6 || ps > 24) ps = 12; xd->fontface = -1; xd->fontsize = -1; xd->basefontface = 1; xd->basefontsize = ps; xd->handleOwnEvents = FALSE; xd->window = (Window) NULL; return(xd); } However I got core dump while I try to use plot() from R: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.1 (2004-06-21), ISBN...
2004 Aug 04
0
RE: Does tcltk matter for the plot
...then we must also free(xd). */ >> >> >> >> /* Font will load at first use. */ >> >> >> >> if (ps < 6 || ps > 24) ps = 12; >> >> xd->fontface = -1; >> >> xd->fontsize = -1; >> >> xd->basefontface = 1; >> >> xd->basefontsize = ps; >> >> xd->handleOwnEvents = FALSE; >> >> xd->window = (Window) NULL; >> >> >> >> return(xd); >> >>} >> >> >> >>However I got core dump while I tr...