[]
        
(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)
Public Shared Function AddFontMemResourceEx(data As IntPtr, dataLength As Integer, pdv As IntPtr, ByRef pcFonts As Integer) As IntPtr
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)
Public Shared Function AddFontMemResourceEx(data As Byte(), dataLength As Integer, pdv As IntPtr, ByRef pcFonts As Integer) As IntPtr
Parameters
Type Name Description
byte[] data
int dataLength
IntPtr pdv
int pcFonts
Returns
Type Description
IntPtr