C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / EnumFontFamiliesEx Method / EnumFontFamiliesEx(IntPtr,LOGFONT,EnumFontExDelegate2,IntPtr,UInt32) Method

In This Topic
EnumFontFamiliesEx(IntPtr,LOGFONT,EnumFontExDelegate2,IntPtr,UInt32) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function EnumFontFamiliesEx( _
   ByVal hdc As IntPtr, _
   ByVal lpLogfont As Win32.LOGFONT, _
   ByVal lpEnumFontFamExProc As Win32.EnumFontExDelegate2, _
   ByVal lParam As IntPtr, _
   ByVal dwFlags As UInteger _
) As Integer
 

Parameters

hdc
lpLogfont
lpEnumFontFamExProc
lParam
dwFlags
See Also