Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class / SetFontNameToSelectedInlines Method


In This Topic
    SetFontNameToSelectedInlines Method
    In This Topic
    Sets the specified font name to the currently selected inlines
    Syntax
    'Declaration
     
    
    Public Sub SetFontNameToSelectedInlines( _
       ByVal fontName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim fontName As System.String
     
    instance.SetFontNameToSelectedInlines(fontName)
    public void SetFontNameToSelectedInlines( 
       System.string fontName
    )

    Parameters

    fontName
    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