GetCharABCWidthsI.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GetCharABCWidthsI (GDI32.@)

SYNOPSIS

BOOL GetCharABCWidthsI
 (
  HDC    hdc,
  UINT   firstChar,
  UINT   count,
  LPWORD pgi,
  LPABC  abc
 )

DESCRIPTION

Retrieves widths of characters in range.

PARAMS

hdc [In] Handle of device context.

firstChar [In] First glyphs in range to query.

count [In] Last glyphs in range to query.

pgi [In] Array of glyphs to query.

abc [Out] Address of character-width structure.

NOTES

Only works with TRUEType fonts.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "gdi_private.h".

Implemented in "dlls/gdi32/font.c".

Debug channel "font".