Go to the documentation of this file.
32 #ifndef vtkTextProperty_h
33 #define vtkTextProperty_h
81 void SetFontFamily(
int t);
84 void SetFontFamilyToArial();
85 void SetFontFamilyToCourier();
86 void SetFontFamilyToTimes();
87 static int GetFontFamilyFromString(
const char *
f );
88 static const char *GetFontFamilyAsString(
int f );
134 void GetShadowColor(
double color[3]);
141 void SetJustificationToLeft()
147 const char *GetJustificationAsString();
161 const char *GetVerticalJustificationAsString();
192 double BackgroundColor[3];
virtual char * GetFontFamilyAsString()
#define vtkSetVector2Macro(name, type)
void SetJustificationToCentered()
virtual void SetFontFamilyAsString(const char *)
#define vtkSetVector3Macro(name, type)
const char * GetVerticalJustificationAsString()
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
const char * GetJustificationAsString()
#define vtkGetVectorMacro(name, type, count)
void SetFontFamilyToCourier()
void SetVerticalJustificationToTop()
#define vtkSetClampMacro(name, type, min, max)
#define vtkGetVector3Macro(name, type)
void SetVerticalJustificationToCentered()
a simple class to control print indentation
#define vtkSetStringMacro(name)
int VerticalJustification
#define vtkGetMacro(name, type)
void SetJustificationToRight()
void SetFontFamilyToTimes()
vtkGetStringMacro(ExtensionsString)
static vtkTextProperty * New()
represent text properties.
vtkBooleanMacro(IgnoreDriverBugs, bool)
void SetFontFamilyToArial()
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
char * FontFamilyAsString
#define VTK_TEXT_CENTERED
void ShallowCopy(vtkTextProperty *tprop)
void SetFontFamily(int t)
int GetFontFamilyMinValue()
#define VTKRENDERINGCORE_EXPORT
void SetVerticalJustificationToBottom()
static int GetFontFamilyFromString(const char *f)