[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateFontIndirect

CreateFontIndirect Method

CreateFontIndirect(LOGFONT)

Declaration
public static extern nint CreateFontIndirect(Win32.LOGFONT lplf)
Parameters
Type Name Description
Win32.LOGFONT lplf
Returns
Type Description
nint

CreateFontIndirect(ref LOGFONT_UNMANAGED)

Declaration
public static extern nint CreateFontIndirect(ref Win32.LOGFONT_UNMANAGED lplf)
Parameters
Type Name Description
Win32.LOGFONT_UNMANAGED lplf
Returns
Type Description
nint