ScriptGetCMap.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ScriptGetCMap (USP10.@)

SYNOPSIS

HRESULT ScriptGetCMap
 (
  HDC           hdc,
  SCRIPT_CACHE* psc,
  const WCHAR*  pwcInChars,
  int           cChars,
  DWORD         dwFlags,
  WORD*         pwOutGlyphs
 )

DESCRIPTION

Retrieve glyph indices.

PARAMS

hdc [In] Device context.

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

pwcInChars [In] Array of Unicode characters.

cChars [In] Number of characters in pwcInChars.

dwFlags [In] Flags.

pwOutGlyphs [Out] Buffer to receive the array of glyph indices.

RETURNS

Success: S_OK

Failure: Non-zero HRESULT value.

IMPLEMENTATION

Defined in "usp10.h".

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

Debug channel "uniscribe".