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