'Declaration
Public Function New( _ ByVal getFontSize As Func(Of Double), _ ByVal getFontFamily As Func(Of FontFamily), _ ByVal getFontWeight As Func(Of FontWeight), _ ByVal getFontStyle As Func(Of FontStyle) _ )
public C1Font( Func<double> getFontSize, Func<FontFamily> getFontFamily, Func<FontWeight> getFontWeight, Func<FontStyle> getFontStyle )
Parameters
- getFontSize
- getFontFamily
- getFontWeight
- getFontStyle