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

Function PSL_endlayer

src/postscriptlight.c:3657–3661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3655}
3656
3657int PSL_endlayer (struct PSL_CTRL *PSL) {
3658 /* Issue end group command */
3659 PSL_command (PSL, "%%%%EndObject\n");
3660 return (PSL_NO_ERROR);
3661}
3662
3663int PSL_copy (struct PSL_CTRL *PSL, const char *txt) {
3664 /* Just copies the given text as is to the PSL output stream or buffer */

Callers 2

gmt_plotendFunction · 0.85
PSL_endlayer_Function · 0.85

Calls 1

PSL_commandFunction · 0.85

Tested by

no test coverage detected