Scroll to navigation

ScriptStringOut(3w) Wine API ScriptStringOut(3w)

NAME

ScriptStringOut (USP10.@)

SYNOPSIS

HRESULT ScriptStringOut
(
SCRIPT_STRING_ANALYSIS ssa,
int iX,
int iY,
UINT uOptions,
const RECT* prc,
int iMinSel,
int iMaxSel,
BOOL fDisabled
)
 

DESCRIPTION

This function takes the output of ScriptStringAnalyse and joins the segments of glyphs and passes the resulting string to ScriptTextOut. ScriptStringOut only processes glyphs.
Parameters: ssa [In] buffer to hold the analysed string components. iX [In] X axis displacement for output. iY [In] Y axis displacement for output. uOptions [In] flags controling output processing. prc [In] rectangle coordinates. iMinSel [In] starting pos for substringing output string. iMaxSel [In] ending pos for substringing output string. fDisabled [In] controls text highlighting.
 

RETURNS

Success: S_OK
Failure: is the value returned by ScriptTextOut
 

IMPLEMENTATION

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