OpenTypeNameEntry Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an entry in the OpenType name table.
public struct OpenTypeNameEntry : IEquatable<HarfBuzzSharp.OpenTypeNameEntry>
- Inheritance
-
OpenTypeNameEntry
- Implements
Properties
| Name | Description |
|---|---|
| Language |
Gets or sets the language identifier. |
| NameId |
Gets or sets the name identifier. |
| Var |
Gets or sets the variation index. |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Determines whether the specified object is equal to this instance. |
| Equals(OpenTypeNameEntry) |
Determines whether the specified OpenTypeNameEntry is equal to this instance. |
| GetHashCode() |
Returns the hash code for this instance. |
Operators
| Name | Description |
|---|---|
| Equality(OpenTypeNameEntry, OpenTypeNameEntry) |
Determines whether two specified OpenTypeNameEntry objects are equal. |
| Inequality(OpenTypeNameEntry, OpenTypeNameEntry) |
Determines whether two specified OpenTypeNameEntry objects are not equal. |