Platform SDK: International Features

ScriptCacheGetHeight

The ScriptCacheGetHeight function returns the height of the currently cached font.

HRESULT WINAPI ScriptCacheGetHeight(
  HDC hdc, 
  SCRIPT_CACHE *psc, 
  long *tmHeight 
);

Parameters

hdc
[in] Handle to the device context. This parameter is optional.
psc
[in/out] Pointer to a SCRIPT_CACHE structure.
tmHeight
[out] Pointer to a variable that receives the height of the font.

Return Values

If the function succeeds, the return value is zero.

If the function fails, it returns a nonzero value. And if any other unrecoverable error is encountered, it is also returned as HRESULT. For example, error returns from Win32 API functions are converted to HRESULT using the HRESULT_FROM_WIN32 macro and returned to the client in the HRESULT.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Usp10.h.
  Library: Use Usp10.lib.

See Also

Uniscribe Overview, Uniscribe Functions, SCRIPT_CACHE