'Declaration
Public Enum FontFamily Inherits System.Enum
'Usage
Dim instance As FontFamily
public enum FontFamily : System.Enum
'Declaration
Public Enum FontFamily Inherits System.Enum
'Usage
Dim instance As FontFamily
public enum FontFamily : System.Enum
Member | Description |
---|---|
Decorative | Novelty fonts. |
Modern | Fonts with constant stroke width, with or without serifs. Fixed-width fonts are usually modern. |
NotApplicable | The default font is specified, which is implementation-dependent. |
Roman | Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs. |
Script | Fonts designed to look like handwriting. |
Swiss | Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FontFamily