Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / SetFont Method / SetFont(NFontFaceStyleDescriptor) Method


In This Topic
    SetFont(NFontFaceStyleDescriptor) Method
    In This Topic
    Sets the current font trough descriptor
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetFont( _
       ByVal descriptor As NFontFaceStyleDescriptor _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim descriptor As NFontFaceStyleDescriptor
     
    instance.SetFont(descriptor)
    public void SetFont( 
       NFontFaceStyleDescriptor descriptor
    )

    Parameters

    descriptor
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also