[]
        
(Showing Draft Content)

C1.Android.Core.C1Font.-ctor

C1Font Constructor

C1Font(Func<float>, Func<Typeface>)

Declaration
public C1Font(Func<float> getFontSize, Func<Typeface> getTypeface)
Public Sub New(getFontSize As Func(Of Single), getTypeface As Func(Of Typeface))
Parameters
Type Name Description
Func<float> getFontSize
Func<Typeface> getTypeface