Gets information on the default font associated with a specified render table
Format
#include <Xm/XmP.h> Boolean XmeRenderTableGetDefaultFontXmRenderTable renderTableXFontStruct **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.
RETURN
Returns True if renderTable is not NULL. Otherwise, it returns False.
RELATED