| 1313 | } |
| 1314 | |
| 1315 | bool contours::contour_text() const { return contour_text_; } |
| 1316 | |
| 1317 | class contours &contours::contour_text(bool contour_text) { |
| 1318 | contour_text_ = contour_text; |
nothing calls this directly
no outgoing calls
no test coverage detected