DwtAddFontList(3Dwt)
Name
DwtAddFontList − Adds an entry to a font list.
Syntax
DwtFontList DwtAddFontList(list, font, charset)
DwtFontList list;
XFontStruct *font;
long charset;
Arguments
listSpecifies a pointer to the font list to which an entry will be added.
fontSpecifies a pointer to the font structure to be added to the list.
charsetSpecifies the character set identifier for the font. Values for this argument can be found in the required file /usr/include/cda_def.h.
Description
The DwtAddFontList function adds an entry to a font list.
Return Values
This function returns the new font list.
See Also
DwtCreateFontList (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding