Scroll to navigation

GetFontData(3w) Wine API GetFontData(3w)

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(3w)
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/font.c".
Debug channel "font".
Oct 2012 Wine API