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
|