'Declaration
Public Enum FontFamily Inherits System.Enum
public enum FontFamily : System.Enum
'Declaration
Public Enum FontFamily Inherits System.Enum
public enum FontFamily : System.Enum
Member | Description |
---|---|
Decorative | Novelty fonts. Old English is an example. |
Default | Use default font. |
Modern | Fonts with constant stroke width (monospace), with or without serifs. Monospace fonts are usually modern. Pica, Elite, and CourierNew are examples. |
Roman | Fonts with variable stroke width (proportional) and with serifs. MS Serif is an example. |
Script | Fonts designed to look like handwriting. Script and Cursive are examples. |
Swiss | Fonts with variable stroke width (proportional) and without serifs. MS Sans Serif is an example. |
System.Object
System.ValueType
System.Enum
C1.Framework.Drawing.Gdi.FontFamily