Scroll to navigation

ScriptApplyDigitSubstitution(3w) Wine API ScriptApplyDigitSubstitution(3w)

NAME

ScriptApplyDigitSubstitution (USP10.@)

SYNOPSIS

HRESULT ScriptApplyDigitSubstitution
(
const SCRIPT_DIGITSUBSTITUTE* sds,
SCRIPT_CONTROL* sc,
SCRIPT_STATE* ss
)
 

DESCRIPTION

Apply digit substitution settings.
 

PARAMS

sds [In] Structure with recorded substitution settings.
sc [In] Script control structure.
ss [In] Script state structure.
 

RETURNS

Success: S_OK
Failure: E_INVALIDARG if sds is invalid. Otherwise an HRESULT.
 

IMPLEMENTATION

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