libpgplotxx.a (C++ interface to PGPLOT)

◆ Ttext() [1/2]

pgplot::Ttext::Ttext ( )
inline

default constructor.

Definition at line 560 of file xpgplotxx.h.

560  : Mxref(0.), Myref(0.), Mangle(0.), Mjust(0.),
561  Mxnl(0.), Mynl(0.), Minline(false) { }
bool Minline
true if text was written previously with no nl
Definition: xpgplotxx.h:604
float Mangle
Definition: xpgplotxx.h:602
float Mynl
text reference position for carriage return
Definition: xpgplotxx.h:603
float Mjust
parameters to pgptxt
Definition: xpgplotxx.h:602
float Myref
text reference position
Definition: xpgplotxx.h:601