DwtLatin1String(3Dwt)
Name
DwtLatin1String − Creates a compound-string for the LATIN1 character set.
Syntax
DwtCompString DwtLatin1String(text)
char *text;
Arguments
textSpecifies the text string to be converted to a compound-string.
Description
The DwtLatin1String function creates a compound-string and is provided for those application programmers who do not need to mix compound-strings containing different character sets and directions. DwtLatin1String assumes the character encoding of the text to be ISO_LATIN1 and the writing direction to be from left to right.
Return Value
This function returns the resulting compound-string. It has the following default values:
•For charset the default is CDA$K_ISO_LATIN1.
•For direction_r_to_l the default is False (text is drawn from left to right).
•For language the default is DwtLanguageNotSpecified.
•For rend the default is DwtRendMaskNone.
See Also
DwtCSString (3Dwt), DwtString (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
Subroutines