PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / Font Class / Font Constructor / Font Constructor(PdfFontStyle,Double,FontSubSet)
Font style attributes.
The font size in points.
The font subset object.

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

    Parameters

    style
    Font style attributes.
    sizeInPoints
    The font size in points.
    subset
    The font subset object.
    See Also