EZ
Up Prev Next Contents


2.4.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.

void EZ_SetDefaultLabelFont(char *fontName)

void EZ_SetDefaultEntryTextFont(char *fontName)

void EZ_SetDefaultMenuTitleFont(char *fontName)


HTML Documentation Maintainance:Arturo Espinosa <arturo@nuclecu.unam.mx>