Delegate RequestFontHandler
Request font file
Namespace: FastReport.Fonts
Assembly: FastReport.dll
Syntax
public delegate void RequestFontHandler(Font font, out Stream stream);
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Font | font | System.Drawing.Font object |
System.IO.Stream | stream | System/IO.Stream object |