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

Function gmt_textpath_init

src/gmt_plot.c:7960–7964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7958}
7959
7960void gmt_textpath_init (struct GMT_CTRL *GMT, struct GMT_PEN *BP, double Brgb[]) {
7961 PSL_comment (GMT->PSL, "Pen and fill for text boxes (if enabled):\n");
7962 PSL_defpen (GMT->PSL, "PSL_setboxpen", BP->width, BP->style, BP->offset, BP->rgb);
7963 PSL_defcolor (GMT->PSL, "PSL_setboxrgb", Brgb);
7964}
7965
7966void gmt_contlabel_plot (struct GMT_CTRL *GMT, struct GMT_CONTOUR *G) {
7967 unsigned int i, mode;

Callers 2

GMT_pstextFunction · 0.85

Calls 3

PSL_commentFunction · 0.85
PSL_defpenFunction · 0.85
PSL_defcolorFunction · 0.85

Tested by

no test coverage detected