Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NFontFaceStyleDescriptor Class / GetFontDescriptor Method


In This Topic
    GetFontDescriptor Method
    In This Topic
    Returns the font descriptor of this font face
    Syntax
    'Declaration
     
    
    Public Function GetFontDescriptor() As NFontDescriptor
    'Usage
     
    
    Dim instance As NFontFaceStyleDescriptor
    Dim value As NFontDescriptor
     
    value = instance.GetFontDescriptor()
    public NFontDescriptor GetFontDescriptor()
    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