Enum FontDescriptionStyle
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Flags that describe style information to be applied to text. You can combine these flags by using a bitwise OR operator (|).
[Flags]
public enum FontDescriptionStyle
Fields
Bold = 0
Bold text.
Italic = 1
Italic text.
Regular = 2
Normal text.