MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / font_angle

Method font_angle

source/matplot/core/legend.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected