| Click this button to go to the index for this section. |
DXmFindFontFallback(3X)
NAME
DXmFindFontFallback - Associates the given XLFD font name with a new XLFD font name.SYNOPSIS
char *DXmFindFontFallback(fontname) char *fontname;PARAMETERS
fontname A pointer to the XLFD font name.DESCRIPTION
The DXmFindFontFallback routine associates the given XLFD (X Logical Font Description) font name with a new XLFD font name. This routine does not load the generated font, nor guarantee that it will load successfully. The application calling the routine is responsible for freeing the returned font name through the Intrinsic routine XtFree when the font name is no longer required.RETURN VALUES
A pointer to an XLFD font name string.RELATED INFORMATION
DXmFindFontFallback(3X)