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