Search Results for

    Show / Hide Table of Contents

    Class FontRasterMode

    The font rasterization mode.

    Inheritance
    System.Object
    FontRasterMode
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class FontRasterMode : Enum

    Fields

    Bitmap

    Use the default FreeType rasterizer to render font atlases.

    Declaration
    public const FontRasterMode Bitmap
    Field Value
    FontRasterMode

    MSDF

    Use the Multi-channel Signed Distance Field (MSDF) generator to render font atlases. Need to be rendered with a compatible material.

    Declaration
    public const FontRasterMode MSDF
    Field Value
    FontRasterMode

    value__

    Declaration
    public byte value__
    Field Value
    System.Byte

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat