Skip to main content
Row

RichTextRunFont(String, Double) Constructor

Initializes a new instance of the RichTextRunFont class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public RichTextRunFont(
    string name,
    double size
)

Parameters

Name Type Description
name String

A String value that specifies the font name.

size Double

A Double value that specifies the font size in points.

See Also