Scroll to navigation

ScriptString_pSize(3w) Wine API ScriptString_pSize(3w)

NAME

ScriptString_pSize (USP10.@)

SYNOPSIS

const SIZE * ScriptString_pSize
(
SCRIPT_STRING_ANALYSIS ssa
)
 

DESCRIPTION

Retrieve width and height of an analysed string.
 

PARAMS

ssa [In] string analysis.
 

RETURNS

Success: Pointer to a SIZE structure.
Failure: NULL
 

IMPLEMENTATION

Declared in "usp10.h".
Implemented in "dlls/usp10/usp10.c".
Debug channel "uniscribe".
Oct 2012 Wine API