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