PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / Font Class / Font Constructor / Font Constructor(String,Double,PdfFontStyle)
Font face.
Font size in points.
Font style attributes.

In This Topic
    Font Constructor(String,Double,PdfFontStyle)
    In This Topic
    Initializes a new instance of a Font object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal sizeInPoints As Double, _
       ByVal style As PdfFontStyle _
    )

    Parameters

    name
    Font face.
    sizeInPoints
    Font size in points.
    style
    Font style attributes.
    See Also