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

Method supports_fonts

source/matplot/backend/gnuplot.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 bool gnuplot::supports_fonts() {
291 return terminal_has_font_option(terminal_);
292 }
293
294 void gnuplot::run_command(const std::string &command) {
295 if (!pipe_.opened()) {

Callers 4

run_title_commandMethod · 0.45
run_axes_commandMethod · 0.45
run_legend_commandMethod · 0.45
label_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected