ScriptCacheGetHeight function
Retrieves the height of the currently cached font.
Syntax
HRESULT ScriptCacheGetHeight(
_In_ HDC hdc,
_Inout_ SCRIPT_CACHE *psc,
_Out_ long *tmHeight
);
Parameters
- hdc [in]
-
Optional. Handle to the device context. For more information, see Caching.
- psc [in, out]
-
Pointer to a SCRIPT_CACHE structure identifying the script cache.
- tmHeight [out]
-
Pointer to a buffer in which the function retrieves the font height.
Return value
Returns 0 if successful. The function returns a nonzero HRESULT value if it does not succeed. The application can test the return value with the SUCCEEDED and FAILED macros.
Remarks
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Redistributable |
Internet Explorer 5 or later on Windows Me/98/95 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also