Class FRPrivateFontCollection
A wrapper around PrivateFontCollection.
Inheritance
System.Object
FRPrivateFontCollection
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
[Obsolete("Use FastReport.FontManager instead")]
public class FRPrivateFontCollection
Methods
AddFontFile(String)
Declaration
public bool AddFontFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Returns
Type | Description |
---|---|
System.Boolean |
AddMemoryFont(IntPtr, Int32)
Declaration
public void AddMemoryFont(IntPtr memory, int length)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | memory | |
System.Int32 | length |