Class FontOptions
The font asset options.
Inheritance
System.Object
FontOptions
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class FontOptions : ValueType
Fields
Flags
Hinting
Properties
Default
Methods
Equals(FontOptions)
Tests for equality between two objects.
Declaration
public bool Equals(FontOptions other)
Parameters
Font The other object to compare. |
Returns
System.
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Operators
Equality(FontOptions, FontOptions)
Tests for equality between two objects.
Declaration
public static bool operator ==(FontOptions left, FontOptions right)
Parameters
Font The first value to compare. |
Font The second value to compare. |
Returns
System.
|
Inequality(FontOptions, FontOptions)
Tests for inequality between two objects.
Declaration
public static bool operator !=(FontOptions left, FontOptions right)
Parameters
Font The first value to compare. |
Font The second value to compare. |
Returns
System.
|