[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetFontData

GetFontData Method

GetFontData(IntPtr, int, int, byte[], int)

Declaration
public static extern uint GetFontData(IntPtr hDC, int dwTable, int dwOffset, byte[] buffer, int cbData)
Public Shared Function GetFontData(hDC As IntPtr, dwTable As Integer, dwOffset As Integer, buffer As Byte(), cbData As Integer) As UInteger
Parameters
Type Name Description
IntPtr hDC
int dwTable
int dwOffset
byte[] buffer
int cbData
Returns
Type Description
uint