t
FontLstM.sgm /main/9 1996/09/08 20:43:58 rws $
.fl \!!1 setgray .fl \.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed -e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .. . ft \\*(f4 . ds f4\" ' br \} . ft \\*(f3 . ds f3\" ' br \} . ft \\*(f2 . ds f2\" ' br \} . ft \\*(f1 . ds f1\" ' br \} ..
"XmFontListEntryGetFont" "3"
"NAME"
XmFontListEntryGetFont \(em A font list function that retrieves font information from a font list entry .iX "XmFontListEntryGetFont" .iX "font list functions" "XmFontListEntryGetFont"
"SYNOPSIS"

#include <Xm/Xm.h>
XtPointer XmFontListEntryGetFont(
XmFontListEntry entry,
XmFontType *type_return);
"DESCRIPTION"

XmFontListEntryGetFont retrieves font information for a specified font list entry. If the font list entry contains a font, type_return returns XmFONT_IS_FONT and the function returns a pointer to an XFontStruct. If the font list entry contains a font set, type_return returns XmFONT_IS_FONTSET and the function returns the XFontSet.

"entry" 10
Specifies the font list entry.
"type_return" 10
Specifies a pointer to the type of the font element for the current entry. Valid values are XmFONT_IS_FONT and XmFONT_IS_FONTSET.

The returned XFontSet or XFontStruct is not a copy of the toolkit data and must not be freed.

"RETURN"

Returns an XFontSet or a pointer to an XFontStruct structure.

"RELATED"

XmFontList(3), XmFontListEntryCreate(3), XmFontListEntryGetTag(3) XmFontListEntryLoad(3), and XmFontListNextEntry(3). created by instant / docbook-to-man, Sun 22 Dec 1996, 20:23