EnumFontFamiliesEx(IntPtr,LOGFONT,EnumFontExDelegate,IntPtr,UInt32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function EnumFontFamiliesEx( _
ByVal As IntPtr, _
ByVal As Win32.LOGFONT, _
ByVal As Win32.EnumFontExDelegate, _
ByVal As IntPtr, _
ByVal As UInteger _
) As Integer
public static int EnumFontFamiliesEx(
IntPtr ,
Win32.LOGFONT ,
Win32.EnumFontExDelegate ,
IntPtr ,
uint
)
Parameters
- hdc
- lpLogfont
- lpEnumFontFamExProc
- lParam
- dwFlags
See Also