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

Function PSL_definteger

src/postscriptlight.c:6048–6051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6046}
6047
6048int PSL_definteger (struct PSL_CTRL *PSL, const char *param, int value) {
6049 PSL_command (PSL, "/%s %d def\n", param, value);
6050 return (PSL_NO_ERROR);
6051}
6052
6053int PSL_defpen (struct PSL_CTRL *PSL, const char *param, double linewidth, char *style, double offset, double rgb[]) {
6054 /* Function to set line pen attributes. We force any transparency change since this is all inside a gsave/hrestore */

Callers 2

PSL_plottextlineFunction · 0.85
PSL_definteger_Function · 0.85

Calls 1

PSL_commandFunction · 0.85

Tested by

no test coverage detected