ScriptGetGlyphABCWidth.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ScriptGetGlyphABCWidth (USP10.@)

SYNOPSIS

HRESULT ScriptGetGlyphABCWidth
 (
  HDC           hdc,
  SCRIPT_CACHE* psc,
  WORD          glyph,
  ABC*          abc
 )

DESCRIPTION

Retrieve the width of a glyph.

PARAMS

hdc [In] Device context.

psc [In/Out] Opaque pointer to a script cache.

glyph [In] Glyph to retrieve the width for.

abc [Out] ABC widths of the glyph.

RETURNS

Success: S_OK

Failure: Non-zero HRESULT value.

IMPLEMENTATION

Defined in "usp10.h".

Implemented in "dlls/usp10/usp10.c".

Debug channel "uniscribe".