table of contents
other versions
- wheezy 1.4.1-4
ScriptBreak(3w) | Wine API | ScriptBreak(3w) |
NAME¶
ScriptBreak (USP10.@)SYNOPSIS¶
HRESULT ScriptBreak(
const WCHAR* chars,
int count,
const SCRIPT_ANALYSIS* sa,
SCRIPT_LOGATTR* la
)
DESCRIPTION¶
Retrieve line break information.PARAMS¶
chars [In] Array of characters. sa [In] String analysis. la [In] Array of logical attribute structures.RETURNS¶
Success: S_OK Failure: S_FALSEIMPLEMENTATION¶
Declared in "usp10.h". Implemented in "dlls/usp10/usp10.c". Debug channel "uniscribe".Oct 2012 | Wine API |