[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateFontIndirect

CreateFontIndirect Method

CreateFontIndirect(LOGFONT)

Declaration
public static extern IntPtr CreateFontIndirect(Win32.LOGFONT lplf)
Public Shared Function CreateFontIndirect(lplf As Win32.LOGFONT) As IntPtr
Parameters
Type Name Description
Win32.LOGFONT lplf
Returns
Type Description
IntPtr

CreateFontIndirect(ref LOGFONT_UNMANAGED)

Declaration
public static extern IntPtr CreateFontIndirect(ref Win32.LOGFONT_UNMANAGED lplf)
Public Shared Function CreateFontIndirect(ByRef lplf As Win32.LOGFONT_UNMANAGED) As IntPtr
Parameters
Type Name Description
Win32.LOGFONT_UNMANAGED lplf
Returns
Type Description
IntPtr