The GlyphKit class is a user space object. It is used when defining a glyph. More...
Public Member Functions | |
override void | Dispose () |
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. This does not necessarily give the true type of the underlying object. More... | |
void | Set (HPS.GlyphKit in_kit) |
Copies the source GlyphKit into this GlyphKit. More... | |
void | Show (out HPS.GlyphKit out_kit) |
Copies this GlyphKit into the given GlyphKit. More... | |
override bool | Empty () |
Indicates whether this GlyphKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.GlyphKit in_kit) |
Check if the source GlyphKit is equivalent to this GlyphKit. More... | |
HPS.GlyphKit | SetRadius (sbyte in_radius) |
Sets the radius of this GlyphKit. This must be specified when defining a glyph. More... | |
HPS.GlyphKit | SetOffset (HPS.GlyphPoint in_point) |
Sets the offset for this GlyphKit. This will determine how the glyph gets shifted relative to the insertion point when the glyph is use. This must be specified when defining a glyph. More... | |
HPS.GlyphKit | SetElements (HPS.GlyphElement[] in_def) |
Sets the elements for this GlyphKit. This must be specified when defining a glyph. More... | |
HPS.GlyphKit | UnsetRadius () |
Removes the radius for the glyph. More... | |
HPS.GlyphKit | UnsetOffset () |
Removes the offset for the glyph. More... | |
HPS.GlyphKit | UnsetElements () |
Removes the elements for the glyph. More... | |
HPS.GlyphKit | UnsetEverything () |
Removes all settings from this GlyphKit. More... | |
bool | ShowRadius (out sbyte out_radius) |
Shows the radius for this GlyphKit. More... | |
bool | ShowOffset (out HPS.GlyphPoint out_point) |
Shows the offset for this GlyphKit. More... | |
bool | ShowElements (out HPS.GlyphElement[] out_def) |
Shows the elements for this GlyphKit. More... | |
![]() | |
IntPtr | GetClassID () |
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... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. 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 | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The GlyphKit class is a user space object. It is used when defining a glyph.
|
inline |
The default constructor creates an empty GlyphKit object.
|
inline |
|
inlinevirtual |
Indicates whether this GlyphKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
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>. |
|
inlinestatic |
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>. |
|
inlinevirtual |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Shows the elements for this GlyphKit.
out_def | The elements for the glyph. |
|
inline |
Shows the offset for this GlyphKit.
out_point | The offset for the glyph. |
|
inline |
Shows the radius for this GlyphKit.
out_radius | The radius for the glyph. |
|
inline |
Removes the elements for the glyph.
|
inline |
|
inline |
Removes the offset for the glyph.
|
inline |
Removes the radius for the glyph.