ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32.Gdip Class / GdipGetFontCollectionFamilyList Method

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

    Parameters

    fontCollection
    numSought
    gpfamilies
    numFound
    See Also