Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public static uint GetFontData( IntPtr hdc, uint dwTable, uint dwOffset, byte[] lpvBuffer, uint cbData ) |
Visual Basic |
---|
Public Shared Function GetFontData ( _ hdc As IntPtr, _ dwTable As UInteger, _ dwOffset As UInteger, _ <OutAttribute> lpvBuffer As Byte(), _ cbData As UInteger _ ) As UInteger |
Visual C++ |
---|
public: static unsigned int GetFontData( IntPtr hdc, unsigned int dwTable, unsigned int dwOffset, [OutAttribute] array<unsigned char>^ lpvBuffer, unsigned int cbData ) |
Parameters
- hdc
- Type: System..::..IntPtr
- dwTable
- Type: System..::..UInt32
- dwOffset
- Type: System..::..UInt32
- lpvBuffer
- Type: array<System..::..Byte>[]()[][]
- cbData
- Type: System..::..UInt32