[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetFontData

GetFontData Method

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

Declaration
public static extern uint GetFontData(nint 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
nint hDC
int dwTable
int dwOffset
byte[] buffer
int cbData
Returns
Type Description
uint