ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / FontStyle Enumeration

In This Topic
    FontStyle Enumeration
    In This Topic
    DWRITE_FONT_STYLE
    Syntax
    'Declaration
     
    Public Enum FontStyle 
       Inherits System.Enum
    public enum FontStyle : System.Enum 
    Members
    MemberDescription
    ItalicDWRITE_FONT_STYLE_ITALIC
    NormalDWRITE_FONT_STYLE_NORMAL
    ObliqueDWRITE_FONT_STYLE_OBLIQUE
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.DirectWrite.FontStyle

    See Also