Enum DWriteFontStyle
The font style enumeration describes the slope style of a font face, such as Normal, Italic or Oblique. Values other than the ones defined in the enumeration are considered to be invalid, and they are rejected by font API functions.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteFontStyle
Fields
Name | Description |
---|---|
Italic | Font slope style : Italic. |
Normal | Font slope style : Normal. |
Oblique | Font slope style : Oblique. |