Scroll to navigation

ScriptString_pcOutChars(3w) Wine API ScriptString_pcOutChars(3w)

NAME

ScriptString_pcOutChars (USP10.@)

SYNOPSIS

const int * ScriptString_pcOutChars
(
SCRIPT_STRING_ANALYSIS ssa
)
 

DESCRIPTION

Retrieve the length of a string after clipping.
 

PARAMS

ssa [In] String analysis.
 

RETURNS

Success: Pointer to the length.
Failure: NULL
 

IMPLEMENTATION

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