XlFontFamily Enum
Lists values used to specify the font family to which a cell font may belong.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return XlFontFamily values:
Remarks
The values listed by this enumeration are used by the XlFont.FontFamily property.