VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpFont Class / SkiaSharpFont Constructors / SkiaSharpFont Constructor(Stream,String,Single)
Syntax Requirements SeeAlso
In This Topic
    SkiaSharpFont Constructor(Stream,String,Single)
    In This Topic
    Initializes a new instance of the SkiaSharpFont class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal stream
    The source.
    As System.IO.Stream, _
    ByVal fontFamilyName
    The font family name.
    As System.String, _
    ByVal size
    The size of the font.
    As Single _
    )
    public SkiaSharpFont(
    System.IO.Stream stream,
    System.String fontFamilyName,
    float size
    )
    public: SkiaSharpFont(
    System.IO.Stream* stream,
    System.String fontFamilyName,
    float size
    )
    public:
    SkiaSharpFont(
    System.IO.Stream^ stream,
    System.String fontFamilyName,
    float size
    )

    Parameters

    stream
    The source.
    fontFamilyName
    The font family name.
    size
    The size of the font.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also