DwtLatin1String(3Dwt) DwtLatin1String(3Dwt)
Name
DwtLatin1String - Creates a compound-string for the LATIN1 character set.
Syntax
DwtCompString DwtLatin1String(text)
char *text;
Arguments
text Specifies 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 Values
This function returns the resulting compound-string. It has the following default values:
o For charset the default is CDA$K_ISO_LATIN1.
o For direction_r_to_l the default is False (text is drawn from left to right).
o For language the default is DwtLanguageNotSpecified.
o 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
DwtLatin1String(3Dwt)