CharacterAttributeKit

class HPS.CharacterAttributeKit : HPS.Kit

Public Functions

CharacterAttributeKit ()
CharacterAttributeKit (HPS.CharacterAttributeKit in_kit)
override void Dispose ()
override bool Empty ()
bool Equals (HPS.CharacterAttributeKit in_kit)
override bool Equals (Object obj)
override int GetHashCode ()
override HPS.Type ObjectType ()
void Set (HPS.CharacterAttributeKit in_kit)
HPS.CharacterAttributeKit SetColor (HPS.RGBColor in_color)
HPS.CharacterAttributeKit SetColor (int in_index)
HPS.CharacterAttributeKit SetFont (string in_font)
HPS.CharacterAttributeKit SetHorizontalOffset (float offset, HPS.Text.SizeUnits units)
HPS.CharacterAttributeKit SetInvisible ()
HPS.CharacterAttributeKit SetOmitted ()
HPS.CharacterAttributeKit SetRotation (float in_rotation)
HPS.CharacterAttributeKit SetRotation (float in_rotation, bool in_fixed)
HPS.CharacterAttributeKit SetSize (float size, HPS.Text.SizeUnits units)
HPS.CharacterAttributeKit SetSlant (float in_slant)
HPS.CharacterAttributeKit SetVerticalOffset (float offset, HPS.Text.SizeUnits units)
HPS.CharacterAttributeKit SetWidthScale (float in_scale)
void Show (out HPS.CharacterAttributeKit out_kit)
bool ShowColor (out HPS.RGBColor out_color)
bool ShowFont (out string out_font)
bool ShowHorizontalOffset (out float out_offset, out HPS.Text.SizeUnits out_units)
bool ShowInvisible ()
bool ShowOmitted ()
bool ShowRotation (out float out_rotation, out bool out_fixed)
bool ShowSize (out float out_size, out HPS.Text.SizeUnits out_units)
bool ShowSlant (out float out_slant)
bool ShowVerticalOffset (out float out_offset, out HPS.Text.SizeUnits out_units)
bool ShowWidthScale (out float out_scale)
HPS.CharacterAttributeKit UnsetColor ()
HPS.CharacterAttributeKit UnsetEverything ()
HPS.CharacterAttributeKit UnsetFont ()
HPS.CharacterAttributeKit UnsetHorizontalOffset ()
HPS.CharacterAttributeKit UnsetInvisible ()
HPS.CharacterAttributeKit UnsetOmitted ()
HPS.CharacterAttributeKit UnsetRotation ()
HPS.CharacterAttributeKit UnsetSize ()
HPS.CharacterAttributeKit UnsetSlant ()
HPS.CharacterAttributeKit UnsetVerticalOffset ()
HPS.CharacterAttributeKit UnsetWidthScale ()

Public Static Functions

bool operator!= (HPS.CharacterAttributeKit a, HPS.CharacterAttributeKit b)
bool operator== (HPS.CharacterAttributeKit a, HPS.CharacterAttributeKit b)