Click or drag to resize

StiReportObjectStringConverterConvertStringToFont Method

Converts string into font.

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

Parameters

str
Type: SystemString
String that shows font.

Return Value

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