The FontInfoState class is a user space object, useful for carrying a group attribute settings.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
HandleRef | cptr |
|
HandleRef | scptr |
|
bool | cMemOwn |
|
The FontInfoState class is a user space object, useful for carrying a group attribute settings.
HPS.FontInfoState.FontInfoState |
( |
| ) |
|
|
inline |
Initializes an empty State.
Copies the kit in_kit into this kit.
override bool HPS.FontInfoState.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this object has any values set on it.
- Returns
- true if no values are set on this object, false otherwise.
Reimplemented from HPS.Object.
Check if the source FontInfoState is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
string HPS.FontInfoState.GetName |
( |
| ) |
|
|
inline |
Gets the name of this font
- Returns
- The name of the font in UTF8 format.
bool HPS.FontInfoState.GetShellConvertibility |
( |
| ) |
|
|
inline |
Gets the shell convertibility of this font. This determines whether or not the font can be converted into a Visualize shell.
- Returns
- A reference to this object.
override HPS.Type HPS.FontInfoState.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Copies the source FontInfoState into this object.
- Parameters
-
in_kit | The source object to copy. |
Copies this object into the given FontInfoState.
- Parameters
-
out_kit | The FontInfoState to populate with the contents of this object. |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.FontInfoState.cs