| 7958 | } |
| 7959 | |
| 7960 | void 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 | |
| 7966 | void gmt_contlabel_plot (struct GMT_CTRL *GMT, struct GMT_CONTOUR *G) { |
| 7967 | unsigned int i, mode; |
no test coverage detected