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

Method font_name

source/matplot/core/legend.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 const std::string &legend::font_name() const { return font_name_; }
250
251 void legend::font_name(std::string_view font_name) {
252 font_name_ = font_name;
253 touch();
254 }
255
256 float legend::font_size() const { return font_size_; }
257

Callers 1

run_legend_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected