ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontFamily Enumeration

In This Topic
    FontFamily Enumeration
    In This Topic
    Represents the family of logical font
    Syntax
    'Declaration
     
    
    Public Enum FontFamily 
       Inherits System.Enum
    public enum FontFamily : System.Enum 
    Members
    MemberDescription
    DecorativeNovelty fonts. Old English is an example.
    DefaultUse default font.
    ModernFonts with constant stroke width (monospace), with or without serifs. Monospace fonts are usually modern. Pica, Elite, and CourierNew are examples.
    RomanFonts with variable stroke width (proportional) and with serifs. MS Serif is an example.
    ScriptFonts designed to look like handwriting. Script and Cursive are examples.
    SwissFonts with variable stroke width (proportional) and without serifs. MS Sans Serif is an example.
    Remarks
    Describe the look of a font in a general way.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.FontFamily

    See Also