[]
Represents the family of logical font
public enum FontFamily : byte
Describe the look of a font in a general way.
| Name | 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. |