Search Results for

    Show / Hide Table of Contents

    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

    The flags.

    Declaration
    public FontFlags Flags
    Field Value
    FontFlags

    Hinting

    The hinting.

    Declaration
    public FontHinting Hinting
    Field Value
    FontHinting

    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

    true if this object has the same value as other; otherwise, false

    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

    true if left has the same value as right; otherwise, false.

    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

    true if left has a different value than right; otherwise,false.

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • Flags
      • Hinting
    • Properties
      • Default
    • Methods
      • Equals(FontOptions)
      • Equals(Object)
      • GetHashCode()
    • Operators
      • Equality(FontOptions, FontOptions)
      • Inequality(FontOptions, FontOptions)
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat