#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "Riostream.h"
#include "TROOT.h"
#include "TColor.h"
#include "TVirtualPad.h"
#include "TPoints.h"
#include "TPDF.h"
#include "TStyle.h"
#include "TMath.h"
#include "TStorage.h"
#include "TText.h"
#include "zlib.h"
#include "TObjString.h"
#include "TClass.h"
#include "TObjArray.h"
Go to the source code of this file.
Functions | |
ClassImp (TPDF) TPDF | |
Variables | |
const Float_t | kScale = 0.93376068 |
const Int_t | kObjRoot = 1 |
const Int_t | kObjInfo = 2 |
const Int_t | kObjOutlines = 3 |
const Int_t | kObjPages = 4 |
const Int_t | kObjPageResources = 5 |
const Int_t | kObjContents = 6 |
const Int_t | kObjFont = 7 |
const Int_t | kObjColorSpace = 22 |
const Int_t | kObjPatternResourses = 23 |
const Int_t | kObjPatternList = 24 |
const Int_t | kObjPattern = 25 |
const Int_t | kObjFirstPage = 50 |
const Int_t | kNumberOfFonts = 15 |
const Int_t kNumberOfFonts = 15 |
Definition at line 92 of file TPDF.cxx.
Referenced by TPDF::FontEncode(), TPDF::Open(), and TPDF::Text().
const Int_t kObjColorSpace = 22 |
const Int_t kObjContents = 6 |
const Int_t kObjFirstPage = 50 |
const Int_t kObjOutlines = 3 |
const Int_t kObjPageResources = 5 |
Definition at line 81 of file TPDF.cxx.
Referenced by TPDF::Close(), TPDF::NewPage(), and TPDF::Open().
const Int_t kObjPattern = 25 |
const Int_t kObjPatternList = 24 |
const Int_t kObjPatternResourses = 23 |