Enum FontStyle
Namespace: Varigence.Languages.Biml.Layout
Assembly: Biml.dll
C#
public enum FontStyle
Fields
| Fields | Description |
|---|---|
| Bold | Specifies that the font should be rendered with bold or heavy weight but with no obliqueness. |
| BoldItalic | Specifies that the font should be rendered with bold or heavy weight and an oblique presentation. |
| Italic | Specifies that the font should be rendered with normal weight and an oblique presentation. |
| Regular | Specifies that the font should be rendered with normal weight and with no obliqueness. |