libpgplotxx.a (C++ interface to PGPLOT)

◆ scf()

basic_device& pgplot::basic_device::scf ( const int &  font)
inlineinherited

set character font

Definition at line 400 of file basicdevice.h.

References pgplot::basic_device::select().

401  { this->select(); cpgscf(font); return(*this); }
Here is the call graph for this function: