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
Defined in "usp10.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/usp10/usp10.c".
- Debug channel "uniscribe".