| 263 | const std::string &legend::font_angle() const { return font_angle_; } |
| 264 | |
| 265 | void legend::font_angle(std::string_view font_angle) { |
| 266 | font_angle_ = font_angle; |
| 267 | touch(); |
| 268 | } |
| 269 | |
| 270 | const std::string &legend::font_weight() const { return font_weight_; } |
| 271 |
nothing calls this directly
no outgoing calls
no test coverage detected