Nevron Open Vision Documentation
Nevron.Nov.TrueType Namespace / NGlyphRun Class / IfdE Method


In This Topic
    IfdE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub IfdE( _
       ByVal jfdE As System.Integer, _
       ByVal KfdE As System.Integer, _
       ByRef lfdE As System.Integer, _
       ByRef MfdE As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim jfdE As System.Integer
    Dim KfdE As System.Integer
    Dim lfdE As System.Integer
    Dim MfdE As System.Integer
     
    instance.IfdE(jfdE, KfdE, lfdE, MfdE)
    internal void IfdE( 
       System.int jfdE,
       System.int KfdE,
       out System.int lfdE,
       out System.int MfdE
    )

    Parameters

    jfdE
    KfdE
    lfdE
    MfdE
    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