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

Method font_size

source/matplot/axes_objects/contours.cpp:1323–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321 }
1322
1323 float contours::font_size() const {
1324 if (font_size_) {
1325 return *font_size_;
1326 } else {
1327 return parent_->font_size();
1328 }
1329 }
1330
1331 class contours &contours::font_size(const float &font_size) {
1332 font_size_ = font_size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected