Class FontFlags
The font flags used when rendering characters.
Inheritance
System.Object
FontFlags
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class FontFlags : Enum
Fields
AntiAliasing
Enables using anti-aliasing for font characters. Otherwise font will use the monochrome data.
Declaration
public const FontFlags AntiAliasing
Field Value
FontFlags
|
Bold
Italic
Enables slant effect, emulating italic style.
Declaration
public const FontFlags Italic
Field Value
FontFlags
|
None
value__
Declaration
public byte value__
Field Value
System.Byte
|