|
DXmFindFontFallback(3X)
Contents
|
DXmFindFontFallback - Associates the given XLFD font name
with a new XLFD font name.
char *DXmFindFontFallback(
char *fontname );
A pointer to the XLFD font name.
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.
A pointer to an XLFD font name string.
DXmFindFontFallback(3X)
DXmFindFontFallback(3X)
[ Back ] |