[]
public C1Font(Func<double> getFontSize, Func<string> getFontFamily, Func<FontAttributes> getFontAttributes)
Public Sub New(getFontSize As Func(Of Double), getFontFamily As Func(Of String), getFontAttributes As Func(Of FontAttributes))
| Type | Name | Description |
|---|---|---|
| Func<double> | getFontSize | |
| Func<string> | getFontFamily | |
| Func<FontAttributes> | getFontAttributes |