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

Method font

source/matplot/axes_objects/surface.cpp:792–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 }
791
792 const std::string surface::font() const {
793 if (font_) {
794 return *font_;
795 } else {
796 return parent_->font();
797 }
798 }
799
800 class surface &surface::font(std::string_view font) {
801 font_ = font;

Callers 1

plot_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected