Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
HPS.TextAttributeKit Class Reference
Inheritance diagram for HPS.TextAttributeKit:
HPS.Object

Public Member Functions

override void Dispose ()
 
 TextAttributeKit (HPS.TextAttributeKit in_kit)
 
override HPS.Type ObjectType ()
 
void Set (HPS.TextAttributeKit in_kit)
 
void Show (out HPS.TextAttributeKit out_kit)
 
override bool Empty ()
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.TextAttributeKit in_kit)
 
HPS.TextAttributeKit SetAlignment (HPS.Text.Alignment in_align, HPS.Text.ReferenceFrame in_ref, HPS.Text.Justification in_justify)
 
HPS.TextAttributeKit SetAlignment (HPS.Text.Alignment in_align, HPS.Text.ReferenceFrame in_ref)
 
HPS.TextAttributeKit SetAlignment (HPS.Text.Alignment in_align)
 
HPS.TextAttributeKit SetBold (bool in_state)
 
HPS.TextAttributeKit SetItalic (bool in_state)
 
HPS.TextAttributeKit SetOverline (bool in_state)
 
HPS.TextAttributeKit SetStrikethrough (bool in_state)
 
HPS.TextAttributeKit SetUnderline (bool in_state)
 
HPS.TextAttributeKit SetSlant (float in_angle)
 
HPS.TextAttributeKit SetLineSpacing (float in_multiplier)
 
HPS.TextAttributeKit SetRotation (HPS.Text.Rotation in_state, float in_angle)
 
HPS.TextAttributeKit SetRotation (HPS.Text.Rotation in_state)
 
HPS.TextAttributeKit SetRotation (float in_angle)
 
HPS.TextAttributeKit SetExtraSpace (bool in_state, float in_size, HPS.Text.SizeUnits in_units)
 
HPS.TextAttributeKit SetExtraSpace (bool in_state, float in_size)
 
HPS.TextAttributeKit SetExtraSpace (bool in_state)
 
HPS.TextAttributeKit SetExtraSpace (float in_size, HPS.Text.SizeUnits in_units)
 
HPS.TextAttributeKit SetGreeking (bool in_state, float in_size, HPS.Text.GreekingUnits in_units, HPS.Text.GreekingMode in_mode)
 
HPS.TextAttributeKit SetGreeking (bool in_state, float in_size, HPS.Text.GreekingUnits in_units)
 
HPS.TextAttributeKit SetGreeking (bool in_state, float in_size)
 
HPS.TextAttributeKit SetGreeking (bool in_state)
 
HPS.TextAttributeKit SetGreeking (float in_size, HPS.Text.GreekingUnits in_units, HPS.Text.GreekingMode in_mode)
 
HPS.TextAttributeKit SetGreeking (float in_size, HPS.Text.GreekingUnits in_units)
 
HPS.TextAttributeKit SetGreeking (float in_size)
 
HPS.TextAttributeKit SetSizeTolerance (bool in_state, float in_size, HPS.Text.SizeToleranceUnits in_units)
 
HPS.TextAttributeKit SetSizeTolerance (bool in_state, float in_size)
 
HPS.TextAttributeKit SetSizeTolerance (bool in_state)
 
HPS.TextAttributeKit SetSizeTolerance (float in_size, HPS.Text.SizeToleranceUnits in_units)
 
HPS.TextAttributeKit SetSize (float in_size, HPS.Text.SizeUnits in_units)
 
HPS.TextAttributeKit SetFont (string in_name)
 
HPS.TextAttributeKit SetTransform (HPS.Text.Transform in_trans)
 
HPS.TextAttributeKit SetRenderer (HPS.Text.Renderer in_rend)
 
HPS.TextAttributeKit SetPreference (HPS.Text.Preference in_pref)
 
HPS.TextAttributeKit SetPreference (float in_cutoff, HPS.Text.SizeUnits in_units, HPS.Text.Preference in_smaller, HPS.Text.Preference in_larger)
 
HPS.TextAttributeKit SetPath (HPS.Vector in_path)
 
HPS.TextAttributeKit SetSpacing (float in_multiplier)
 
HPS.TextAttributeKit UnsetAlignment ()
 
HPS.TextAttributeKit UnsetBold ()
 
HPS.TextAttributeKit UnsetItalic ()
 
HPS.TextAttributeKit UnsetOverline ()
 
HPS.TextAttributeKit UnsetStrikethrough ()
 
HPS.TextAttributeKit UnsetUnderline ()
 
HPS.TextAttributeKit UnsetSlant ()
 
HPS.TextAttributeKit UnsetLineSpacing ()
 
HPS.TextAttributeKit UnsetRotation ()
 
HPS.TextAttributeKit UnsetExtraSpace ()
 
HPS.TextAttributeKit UnsetGreeking ()
 
HPS.TextAttributeKit UnsetSizeTolerance ()
 
HPS.TextAttributeKit UnsetSize ()
 
HPS.TextAttributeKit UnsetFont ()
 
HPS.TextAttributeKit UnsetTransform ()
 
HPS.TextAttributeKit UnsetRenderer ()
 
HPS.TextAttributeKit UnsetPreference ()
 
HPS.TextAttributeKit UnsetPath ()
 
HPS.TextAttributeKit UnsetSpacing ()
 
HPS.TextAttributeKit UnsetEverything ()
 
bool ShowAlignment (out HPS.Text.Alignment out_align, out HPS.Text.ReferenceFrame out_ref, out HPS.Text.Justification out_justify)
 
bool ShowBold (out bool out_state)
 
bool ShowItalic (out bool out_state)
 
bool ShowOverline (out bool out_state)
 
bool ShowStrikethrough (out bool out_state)
 
bool ShowUnderline (out bool out_state)
 
bool ShowSlant (out float out_angle)
 
bool ShowLineSpacing (out float out_multiplier)
 
bool ShowRotation (out HPS.Text.Rotation out_rot, out float out_angle)
 
bool ShowExtraSpace (out bool out_state, out float out_size, out HPS.Text.SizeUnits out_units)
 
bool ShowGreeking (out bool out_state, out float out_size, out HPS.Text.GreekingUnits out_units, out HPS.Text.GreekingMode out_mode)
 
bool ShowSizeTolerance (out bool out_state, out float out_size, out HPS.Text.SizeToleranceUnits out_units)
 
bool ShowSize (out float out_size, out HPS.Text.SizeUnits out_units)
 
bool ShowFont (out string out_name)
 
bool ShowTransform (out HPS.Text.Transform out_trans)
 
bool ShowRenderer (out HPS.Text.Renderer out_rend)
 
bool ShowPreference (out float out_cutoff, out HPS.Text.SizeUnits out_units, out HPS.Text.Preference out_smaller, out HPS.Text.Preference out_larger)
 
bool ShowPath (out HPS.Vector out_path)
 
bool ShowSpacing (out float out_multiplier)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Static Public Member Functions

static HPS.TextAttributeKit GetDefault ()
 
static bool operator== (HPS.TextAttributeKit a, HPS.TextAttributeKit b)
 
static bool operator!= (HPS.TextAttributeKit a, HPS.TextAttributeKit b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

The documentation for this class was generated from the following file: