1.5.2 Setting the Default Fonts
EZwgl uses three default fonts to display text.
"-Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*",
"-*-Courier-Medium-R-Normal--*-120-*-*-*-*-*-*"
"-Adobe-Times-Bold-I-Normal--*-120-*-*-*-*-*-*",
The first one (bold) is used for displaying textual labels;
the second one (fixed width) is used for displaying text in text
widgets and input fields and the last one (bold italic)
font is used for displaying menu titles. One can override these
default fonts by the following set of functions. All these functions
overrides the corresponding resources set by the application default
file.
void EZ_SetDefaultLabelFont(char *fontName)
void EZ_SetDefaultEntryTextFont(char *fontName)
void EZ_SetDefaultMenuTitleFont(char *fontName)