VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateGenericSansSerifFont(Single) Method
Syntax Requirements SeeAlso
In This Topic
    CreateGenericSansSerifFont(Single) Method (DrawingFactory)
    In This Topic
    Creates a generic sans serif font.
    Syntax
    'Declaration
    
    Public Overridable Function CreateGenericSansSerifFont( _
    ByVal size
    The font size.
    As Single _
    ) As IDrawingFont
    public virtual IDrawingFont CreateGenericSansSerifFont(
    float size
    )
    public: virtual IDrawingFont* CreateGenericSansSerifFont(
    float size
    )
    public:
    virtual IDrawingFont^ CreateGenericSansSerifFont(
    float size
    )

    Parameters

    size
    The font size.

    Return Value

    A generic sans serif font.
    Requirements

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

    See Also