libpgplotxx.a (C++ interface to PGPLOT)

◆ qtxt() [1/2]

basic_device& pgplot::basic_device::qtxt ( const float &  x,
const float &  y,
const float &  angle,
const float &  fjust,
const char *  text,
float *  xbox,
float *  ybox 
)
inlineinherited

get bounding box of text

Definition at line 322 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::Ttext::print(), pgplot::basic_device::qtxt(), and pgplot::Ttext::space().

325  {
326  this->select();
327  cpgqtxt(x, y, angle, fjust, text, xbox, ybox);
328  return(*this);
329  }
Here is the call graph for this function:
Here is the caller graph for this function: