TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32.Gdip Class / GdipGetFontCollectionFamilyList Method

In This Topic
    GdipGetFontCollectionFamilyList Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GdipGetFontCollectionFamilyList( _
       ByVal fontCollection As HandleRef, _
       ByVal numSought As Integer, _
       ByVal gpfamilies() As IntPtr, _
       ByRef numFound As Integer _
    ) As Integer
    public static int GdipGetFontCollectionFamilyList( 
       HandleRef fontCollection,
       int numSought,
       IntPtr[] gpfamilies,
       out int numFound
    )

    Parameters

    fontCollection
    numSought
    gpfamilies
    numFound
    See Also