Click or drag to resize

StiReportObjectStringConverterConvertFontToString Method

Converts font into string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ConvertFontToString(
	Font font
)

Parameters

font
Type: System.DrawingFont
Font for conversion.

Return Value

Type: String
String got as result of conversion.
See Also