libpgplotxx.a (C++ interface to PGPLOT)

◆ qtxt() [2/2]

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

get bounding box of text

Definition at line 331 of file basicdevice.h.

References pgplot::basic_device::qtxt().

333  {
334  float xbox[4], ybox[4];
335  this->qtxt(x, y, angle, fjust, text, xbox, ybox);
336  b=Tbbox(xbox, ybox);
337  return(*this);
338  }
basic_device & qtxt(const float &x, const float &y, const float &angle, const float &fjust, const char *text, float *xbox, float *ybox)
get bounding box of text
Definition: basicdevice.h:322
Here is the call graph for this function: