DwtAddFontList(3Dwt) DwtAddFontList(3Dwt)
Name
DwtAddFontList - Adds an entry to a font list.
Syntax
DwtFontList DwtAddFontList(list, font, charset)
DwtFontList list;
XFontStruct *font;
long charset;
Arguments
list Specifies a pointer to the font list to which an entry will be added.
font Specifies a pointer to the font structure to be added to the list.
charset Specifies 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
DwtAddFontList(3Dwt)