| 332 | } |
| 333 | |
| 334 | int PSL_plotparagraphbox_ (double *x, double *y, double *fontsize, char *paragraph, double *angle, int *justify, double offset[], int *mode, int len) |
| 335 | { |
| 336 | return (PSL_plotparagraphbox (PSL_FORTRAN, *x, *y, *fontsize, paragraph, *angle, *justify, offset, *mode)); |
| 337 | } |
| 338 | |
| 339 | int PSL_plotparagraph_ (double *x, double *y, double *fontsize, char *paragraph, double *angle, int *par_just, int len) |
| 340 | { |
nothing calls this directly
no test coverage detected