MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / PSL_plotparagraphbox_

Function PSL_plotparagraphbox_

src/postscriptlight_f77.c:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334int 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
339int PSL_plotparagraph_ (double *x, double *y, double *fontsize, char *paragraph, double *angle, int *par_just, int len)
340{

Callers

nothing calls this directly

Calls 1

PSL_plotparagraphboxFunction · 0.85

Tested by

no test coverage detected