ScriptStringOut.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/usp10/usp10.c".

Debug channel "uniscribe".