NAME

GetFontData  (GDI32.@)

SYNOPSIS

 DWORD GetFontData
 (
  HDC    hdc,
  DWORD  table,
  DWORD  offset,
  LPVOID buffer,
  DWORD  length
 )

DESCRIPTION

Retrieve data for TRUEType font.

RETURNS

success: Number of bytes returned

failure: GDI_ERROR.

NOTES

Calls SetLastError

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/font.c". source.winehq.org/source/dlls/gdi32/font.c

Debug channel "font".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.