REFERENCE MANUAL
The GlyphKit class is a user space object. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this GlyphKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.GlyphKit in_kit) |
Check if the source GlyphKit is equivalent to this GlyphKit. More... | |
override int | GetHashCode () |
GlyphKit () | |
The default constructor creates an empty GlyphKit object. More... | |
GlyphKit (HPS.GlyphKit in_kit) | |
The copy constructor creates a new GlyphKit object that contains the same settings as the source GlyphKit. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. More... | |
void | Set (HPS.GlyphKit in_kit) |
Copies the source GlyphKit into this GlyphKit. More... | |
HPS.GlyphKit | SetElements (HPS.GlyphElement[] in_def) |
Sets the elements for this GlyphKit. More... | |
HPS.GlyphKit | SetOffset (HPS.GlyphPoint in_point) |
Sets the offset for this GlyphKit. More... | |
HPS.GlyphKit | SetRadius (sbyte in_radius) |
Sets the radius of this GlyphKit. More... | |
void | Show (out HPS.GlyphKit out_kit) |
Copies this GlyphKit into the given GlyphKit. More... | |
bool | ShowElements (out HPS.GlyphElement[] out_def) |
Shows the elements for this GlyphKit. More... | |
bool | ShowOffset (out HPS.GlyphPoint out_point) |
Shows the offset for this GlyphKit. More... | |
bool | ShowRadius (out sbyte out_radius) |
Shows the radius for this GlyphKit. More... | |
HPS.GlyphKit | UnsetElements () |
Removes the elements for the glyph. More... | |
HPS.GlyphKit | UnsetEverything () |
Removes all settings from this GlyphKit. More... | |
HPS.GlyphKit | UnsetOffset () |
Removes the offset for the glyph. More... | |
HPS.GlyphKit | UnsetRadius () |
Removes the radius for the glyph. More... | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object in_that) | |
The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. More... | |
Static Public Member Functions | |
static HPS.GlyphKit | GetDefault (HPS.Glyph.Default in_default_glyph) |
Creates a GlyphKit which contains the definition of the specified default glyph. More... | |
static bool | operator!= (HPS.GlyphKit a, HPS.GlyphKit b) |
static bool | operator== (HPS.GlyphKit a, HPS.GlyphKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The GlyphKit class is a user space object.
It is used when defining a glyph.
HPS.GlyphKit.GlyphKit | ( | ) |
The default constructor creates an empty GlyphKit object.
HPS.GlyphKit.GlyphKit | ( | HPS.GlyphKit | in_kit | ) |
|
virtual |
Indicates whether this GlyphKit has any values set on it.
Reimplemented from HPS.Object.
bool HPS.GlyphKit.Equals | ( | HPS.GlyphKit | in_kit | ) |
Check if the source GlyphKit is equivalent to this GlyphKit.
in_kit | The source <ref refid="class_h_p_s_1_1_glyph_kit" kindref="compound">GlyphKit</ref> to compare to this <ref refid="class_h_p_s_1_1_glyph_kit" kindref="compound">GlyphKit</ref>. |
|
static |
Creates a GlyphKit which contains the definition of the specified default glyph.
in_default_glyph | The default glyph for which to get the corresponding <ref refid="class_h_p_s_1_1_glyph_kit" kindref="compound">GlyphKit</ref>. |
|
virtual |
This function returns the type the object, as declared.
This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
void HPS.GlyphKit.Set | ( | HPS.GlyphKit | in_kit | ) |
HPS.GlyphKit HPS.GlyphKit.SetElements | ( | HPS.GlyphElement[] | in_def | ) |
HPS.GlyphKit HPS.GlyphKit.SetOffset | ( | HPS.GlyphPoint | in_point | ) |
HPS.GlyphKit HPS.GlyphKit.SetRadius | ( | sbyte | in_radius | ) |
void HPS.GlyphKit.Show | ( | out HPS.GlyphKit | out_kit | ) |
bool HPS.GlyphKit.ShowElements | ( | out HPS.GlyphElement[] | out_def | ) |
Shows the elements for this GlyphKit.
out_def | The elements for the glyph. |
bool HPS.GlyphKit.ShowOffset | ( | out HPS.GlyphPoint | out_point | ) |
Shows the offset for this GlyphKit.
out_point | The offset for the glyph. |
bool HPS.GlyphKit.ShowRadius | ( | out sbyte | out_radius | ) |
Shows the radius for this GlyphKit.
out_radius | The radius for the glyph. |
HPS.GlyphKit HPS.GlyphKit.UnsetElements | ( | ) |
Removes the elements for the glyph.
HPS.GlyphKit HPS.GlyphKit.UnsetEverything | ( | ) |
HPS.GlyphKit HPS.GlyphKit.UnsetOffset | ( | ) |
Removes the offset for the glyph.
HPS.GlyphKit HPS.GlyphKit.UnsetRadius | ( | ) |
Removes the radius for the glyph.