Delegate SetFontPathHandler
assign full path to a font file to it's identifier
Namespace: FastReport.Fonts
Assembly: FastReport.dll
Syntax
public delegate void SetFontPathHandler(string font_id, string pathname);
Parameters
Type | Name | Description |
---|---|---|
System.String | font_id | font name with attributes |
System.String | pathname | path to a font file |