corelibraries-devexpress-dot-export-dot-xl-d0731c0e.md
Lists values used to specify the font family to which a cell font may belong.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlFontFamily
Public Enum XlFontFamily
| Name | Description |
|---|---|
Auto |
Specifies that information about a font family of the given font does not exist. In this case, the default font family is used.
|
| Roman |
Specifies a proportional font with serifs.
|
| Swiss |
Specifies a proportional font without serifs.
|
| Modern |
Specifies a monospace font with or without serifs.
|
| Script |
Specifies a script font that is designed to mimic the appearance of handwriting.
|
| Decorative |
Specifies a novelty font.
|
The following properties accept/return XlFontFamily values:
The values listed by this enumeration are used by the XlFont.FontFamily property.
See Also