FontDescriptionStyle Enumeration (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Flags that describe style information to be applied to text. You can combine these flags by using a bitwise OR operator (|).

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
[FlagsAttribute]
public enum FontDescriptionStyle

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The FontDescriptionStyle type exposes the following members.

  Platforms Name Description
Bold Bold text. 
Italic Italic text. 
Regular Normal text. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop