'Declaration
Public Function New( _ ByVal getFontSize As Func(Of Single), _ ByVal getTypeface As Func(Of Typeface) _ )
'Usage
Dim getFontSize As Func(Of Single) Dim getTypeface As Func(Of Typeface) Dim instance As New C1Font(getFontSize, getTypeface)
public C1Font( Func<float> getFontSize, Func<Typeface> getTypeface )
Parameters
- getFontSize
- getTypeface