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
The default FontOptions.
Declaration
public static FontOptions Default { get; }
Property Value
FontOptions
|
Methods
Equals(FontOptions)
Tests for equality between two objects.
Declaration
public bool Equals(FontOptions other)
Parameters
FontOptions
other
The other object to compare. |
Returns
System.Boolean
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Operators
Equality(FontOptions, FontOptions)
Tests for equality between two objects.
Declaration
public static bool operator ==(FontOptions left, FontOptions right)
Parameters
FontOptions
left
The first value to compare. |
FontOptions
right
The second value to compare. |
Returns
System.Boolean
|
Inequality(FontOptions, FontOptions)
Tests for inequality between two objects.
Declaration
public static bool operator !=(FontOptions left, FontOptions right)
Parameters
FontOptions
left
The first value to compare. |
FontOptions
right
The second value to compare. |
Returns
System.Boolean
|