Nevron.NewGraphics.Pdf Namespace / NativeMethods Class / GetFontData Method


In This Topic
    GetFontData Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetFontData( _
       ByVal hdc As System.IntPtr, _
       ByVal dwTable As System.UInteger, _
       ByVal dwOffset As System.UInteger, _
       ByVal lpvBuffer() As System.Byte, _
       ByVal cbData As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim hdc As System.IntPtr
    Dim dwTable As System.UInteger
    Dim dwOffset As System.UInteger
    Dim lpvBuffer() As System.Byte
    Dim cbData As System.Integer
    Dim value As System.Integer
     
    value = NativeMethods.GetFontData(hdc, dwTable, dwOffset, lpvBuffer, cbData)
    public static System.int GetFontData( 
       System.IntPtr hdc,
       System.uint dwTable,
       System.uint dwOffset,
       System.byte[] lpvBuffer,
       System.int cbData
    )

    Parameters

    hdc
    dwTable
    dwOffset
    lpvBuffer
    cbData
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also