Scroll to navigation

ScriptStringGetLogicalWidths(3w) Wine API ScriptStringGetLogicalWidths(3w)

NAME

ScriptStringGetLogicalWidths (USP10.@)

SYNOPSIS

HRESULT ScriptStringGetLogicalWidths
(
SCRIPT_STRING_ANALYSIS ssa,
int* piDx
)
 

DESCRIPTION

Returns logical widths from a string analysis.
 

PARAMS

ssa [In] string analysis.
piDx [Out] logical widths returned.
 

RETURNS

Success: S_OK
Failure: a non-zero HRESULT.
 

IMPLEMENTATION

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