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