Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Font Class / C1Font Constructor


In This Topic
    C1Font Constructor
    In This Topic
    Syntax
    '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)

    Parameters

    getFontSize
    getTypeface
    See Also