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

Function PSL_defpoints

src/postscriptlight.c:6043–6046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6041}
6042
6043int PSL_defpoints (struct PSL_CTRL *PSL, const char *param, double fontsize) {
6044 PSL_command (PSL, "/%s %d def\n", param, psl_ip (PSL, fontsize));
6045 return (PSL_NO_ERROR);
6046}
6047
6048int PSL_definteger (struct PSL_CTRL *PSL, const char *param, int value) {
6049 PSL_command (PSL, "/%s %d def\n", param, value);

Callers 2

PSL_beginplotFunction · 0.85
PSL_defpoints_Function · 0.85

Calls 2

PSL_commandFunction · 0.85
psl_ipFunction · 0.85

Tested by

no test coverage detected