ScriptStringOut (USP10.@)
HRESULT ScriptStringOut ( SCRIPT_STRING_ANALYSIS ssa, int iX, int iY, UINT uOptions, const RECT* prc, int iMinSel, int iMaxSel, BOOL fDisabled )
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.
Success: S_OK
Failure: is the value returned by ScriptTextOut
Defined in "usp10.h".
Implemented in "dlls/usp10/usp10.c". source.winehq.org/source/dlls/usp10/usp10.c
Debug channel "uniscribe".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.