TLatex helper class used to compute the size of a portion of a formula.
Public Member Functions | |
| TLatexFormSize ()=default | |
| TLatexFormSize (Double_t width, Double_t over, Double_t under) | |
| TLatexFormSize | AddOver (TLatexFormSize f) | 
| TLatexFormSize | AddOver (TLatexFormSize f1, TLatexFormSize f2) | 
| TLatexFormSize | AddUnder (TLatexFormSize f) | 
| Double_t | Height () const | 
| TLatexFormSize | operator+ (TLatexFormSize f) | 
| void | operator+= (TLatexFormSize f) | 
| Double_t | Over () const | 
| void | Set (Double_t x, Double_t y1, Double_t y2) | 
| Double_t | Under () const | 
| Double_t | Width () const | 
Private Attributes | |
| Double_t | fOver {0} | 
| Double_t | fUnder {0} | 
| Double_t | fWidth {0} | 
#include <TLatex.h>
      
  | 
  default | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |