Struct DWriteShapingTextProperties
Shaping output properties per input character.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public struct DWriteShapingTextProperties : IEquatable<DWriteShapingTextProperties>
Properties
| Edit this page View SourceIsShapedAlone
Gets or sets a value indicating whether this character can be shaped independently from the others (usually set for the space character).
Declaration
public bool IsShapedAlone { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceEquals(DWriteShapingTextProperties)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(DWriteShapingTextProperties other)
Parameters
Type | Name | Description |
---|---|---|
DWriteShapingTextProperties | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A 32-bit signed integer that is the hash code for this instance. |
Overrides
Operators
| Edit this page View Sourceoperator ==(DWriteShapingTextProperties, DWriteShapingTextProperties)
Compares two DWriteShapingTextProperties objects. The result specifies whether the values of the two objects are equal.
Declaration
public static bool operator ==(DWriteShapingTextProperties left, DWriteShapingTextProperties right)
Parameters
Type | Name | Description |
---|---|---|
DWriteShapingTextProperties | left | The left DWriteShapingTextProperties to compare. |
DWriteShapingTextProperties | right | The right DWriteShapingTextProperties to compare. |
Returns
Type | Description |
---|---|
bool |
operator !=(DWriteShapingTextProperties, DWriteShapingTextProperties)
Compares two DWriteShapingTextProperties objects. The result specifies whether the values of the two objects are unequal.
Declaration
public static bool operator !=(DWriteShapingTextProperties left, DWriteShapingTextProperties right)
Parameters
Type | Name | Description |
---|---|---|
DWriteShapingTextProperties | left | The left DWriteShapingTextProperties to compare. |
DWriteShapingTextProperties | right | The right DWriteShapingTextProperties to compare. |
Returns
Type | Description |
---|---|
bool |