Click or drag to resize

FontsInfoStoreLoadFontInfoToStore Method (String, Stream)

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.FontsInfoStore.LoadFontInfoToStore(System.String,System.IO.Stream)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void LoadFontInfoToStore(
	string fontName,
	Stream stream
)

Parameters

fontName
Type: SystemString

[Missing <param name="fontName"/> documentation for "M:Stimulsoft.Report.Export.FontsInfoStore.LoadFontInfoToStore(System.String,System.IO.Stream)"]

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.Export.FontsInfoStore.LoadFontInfoToStore(System.String,System.IO.Stream)"]

See Also