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

Method font_weight

source/matplot/core/legend.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 const std::string &legend::font_weight() const { return font_weight_; }
271
272 void legend::font_weight(std::string_view font_weight) {
273 font_weight_ = font_weight;
274 touch();
275 }
276
277 const color_array &legend::text_color() const { return text_color_; }
278

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected