ScriptString_pcOutChars (Compact 2013)

3/28/2014

This function returns a pointer to the length of a string after clipping.

Syntax

const int* WINAPI ScriptString_pcOutChars(
  SCRIPT_STRING_ANALYSIS ssa 
);

Parameters

Return Value

If the function is successful, it returns a pointer to the length of the string after clipping. The length is the number of Unicode code points.

If the function fails, it returns NULL.

Remarks

Clipping requires that SSA_CLIP was requested in the original call to ScriptStringAnalyse.

Note, the INT pointer is valid only until the associated ssa is passed to ScriptStringFree.

Requirements

Header

usp10.h

Library

Uspce.lib

See Also

Reference

Uniscribe Functions
ScriptStringAnalyse
ScriptStringFree
SCRIPT_STRING_ANALYSIS