FontFamily enumeration
FontFamily enumeration
Represents the font family.
A font family is a set of fonts having common stroke width and serif characteristics.
Members
| Name | Description |
|---|---|
| Auto | Specifies a generic family name. This name is used when information about a font does not exist or does not matter. The default font is used. |
| Roman | Specifies a proportional font with serifs. An example is Times New Roman. |
| Swiss | Specifies a proportional font without serifs. An example is Arial. |
| Modern | Specifies a monospace font with or without serifs. Monospace fonts are usually modern; examples include Pica, Elite, and Courier New. |
| Script | Specifies a font that is designed to look like handwriting; examples include Script and Cursive. |
| Decorative | Specifies a novelty font. An example is Old English. |
See Also
- module Aspose.Words.Fonts