table of contents
other versions
- wheezy 1.4.1-4
ScriptCacheGetHeight(3w) | Wine API | ScriptCacheGetHeight(3w) |
NAME¶
ScriptCacheGetHeight (USP10.@)SYNOPSIS¶
HRESULT ScriptCacheGetHeight(
HDC hdc,
SCRIPT_CACHE* psc,
LONG* height
)
DESCRIPTION¶
Retrieve the height of the font in the cache.PARAMS¶
hdc [In] Device context. psc [In/Out] Opaque pointer to a script cache. height [Out] Receives font height.RETURNS¶
Success: S_OK Failure: Non-zero HRESULT value.IMPLEMENTATION¶
Declared in "usp10.h". Implemented in "dlls/usp10/usp10.c". Debug channel "uniscribe".Oct 2012 | Wine API |