*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmFontListCreate | Section: 3 | Source: Digital UNIX | File: XmFontListCreate.3X.gz
XmFontListCreate(3X) XmFontListCreate(3X) NAME XmFontListCreate - A font list function that creates a font list SYNOPSIS #include <Xm/Xm.h> XmFontList XmFontListCreate (font, charset) XFontStruct * font; XmStringCharSet charset; DESCRIPTION XmFontListCreate creates a new font list with a single element speci- fied by the provided font and character set. It also allocates the space for the font list. Note This function is obsolete and exists for compatibility with previous releases. It is replaced by XmFontListAppendEntry. Specifies a pointer to a font structure for which the new font list is generated. This is the structure returned by the XLib XLoadQueryFont function. Specifies the character set identifier for the font. This can be XmSTRING_DEFAULT_CHARSET, but this value does not comply with the AES, and it may be removed in future versions of Motif. If the value is XmSTRING_DEFAULT_CHARSET, the routine derives the character set from the current language environment. RETURN VALUE Returns NULL if font or charset is NULL; otherwise, returns a new font list. SEE ALSO XmFontList(3X), XmFontListAppendEntry(3X) XmFontListCreate(3X)

Navigation Options