InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.LigatureAttach Class / Read Method

In This Topic
    Read Method (FontSubSet.LigatureAttach)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Read( _
       ByVal offset As Long, _
       ByVal br As BinaryReader, _
       ByVal classCount As Integer _
    ) As FontSubSet.LigatureAttach
    public static FontSubSet.LigatureAttach Read( 
       long offset,
       BinaryReader br,
       int classCount
    )

    Parameters

    offset
    br
    classCount
    See Also