Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FontFamily Enumeration


In This Topic
    FontFamily Enumeration
    In This Topic
    The FamilyFont enumeration specifies the font family. Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available.
    Syntax
    'Declaration
     
    
    Public Enum FontFamily 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FontFamily
    public enum FontFamily : System.Enum 
    Members
    MemberDescription
    DecorativeNovelty fonts.
    ModernFonts with constant stroke width, with or without serifs. Fixed-width fonts are usually modern.
    NotApplicableThe default font is specified, which is implementation-dependent.
    RomanFonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs.
    ScriptFonts designed to look like handwriting.
    SwissFonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FontFamily

    See Also