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

Function PSL_plotparagraph_

src/postscriptlight_f77.c:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339int PSL_plotparagraph_ (double *x, double *y, double *fontsize, char *paragraph, double *angle, int *par_just, int len)
340{
341 return (PSL_plotparagraph (PSL_FORTRAN, *x, *y, *fontsize, paragraph, *angle, *par_just));
342}
343
344int PSL_defunits_ (char *param, double *value, int len) {
345 return (PSL_defunits (PSL_FORTRAN, param, *value));

Callers

nothing calls this directly

Calls 1

PSL_plotparagraphFunction · 0.85

Tested by

no test coverage detected