Skip to main content
A newer version of this page is available. .

XlFontFamily Enum

Lists values used to specify the font family to which a cell font may belong.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XlFontFamily

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.

See Also