Name

XmeRenderTableGetDefaultFont — Gets information on the default font associated with a specified render table

Synopsis

#include <Xm/XmP.h>
Boolean XmeRenderTableGetDefaultFont(renderTable, fontStruct);

DESCRIPTION

XmeRenderTableGetDefaultFont returns information about the default font associated with a render table.

XmeRenderTableGetDefaultFont searches renderTable for the first rendition tagged with XmFONTLIST_DEFAULT_TAG. If such a rendition is found, the default font is the font (or first font in the font set) associated with this tag. If such a rendition is not found, the default font is taken from the first rendition in renderTable.

renderTable 

Specifies the render table.

fontStruct 

Returns information about the default font.

RETURN

Returns True if renderTable is not NULL. Otherwise, it returns False.

RELATED

XmeGetDefaultRenderTable(3).