[]
        
(Showing Draft Content)

C1.Util.Win.Win32.AddFontMemResourceEx

AddFontMemResourceEx Method

AddFontMemResourceEx(IntPtr, int, IntPtr, ref int)

Declaration
public static extern IntPtr AddFontMemResourceEx(IntPtr data, int dataLength, IntPtr pdv, ref int pcFonts)
Parameters
Type Name Description
IntPtr data
int dataLength
IntPtr pdv
int pcFonts
Returns
Type Description
IntPtr

AddFontMemResourceEx(byte[], int, IntPtr, ref int)

Declaration
public static extern IntPtr AddFontMemResourceEx(byte[] data, int dataLength, IntPtr pdv, ref int pcFonts)
Parameters
Type Name Description
byte[] data
int dataLength
IntPtr pdv
int pcFonts
Returns
Type Description
IntPtr