Spread Windows Forms 12.0 Product Documentation
FontFamily Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : FontFamily Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace