DWRITE_FONT_STYLE

<summary> 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. </summary>

version(Windows)
alias DWRITE_FONT_STYLE = int

Meta