Query: dwtcreatefontlist
OS: ultrix
Section: 3dwt
Links: ultrix man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtCreateFontList(3Dwt) DwtCreateFontList(3Dwt) Name DwtCreateFontList - Creates a new font list. Syntax DwtFontList DwtCreateFontList(font, charset) XFontStruct *font; long charset; Arguments font Specifies a pointer to a font structure for which the new font list is generated. 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 DwtCreateFontList function creates a new font list for the font and character set. It also allocates the space for the font list. The end of the font list is marked by an element whose character set value is -1. Return Values This function returns a new font list. However, it returns NULL if the font specified in font is NULL. See Also DwtAddFontList(3Dwt) Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtCreateFontList(3Dwt)