font::font


NAME

font - font constructors and destructor

SYNOPSIS

font::font();

font::font(char *name);

font::~font();

DESCRIPTION

The default constructor, font::font() creates a font object but does not load a Font resource in the X workstation.

The second constructor, font::font(char *name) creates a font object and loads the font name in the workstation.

The destructor unloads the font from the workstation.

SEE ALSO

DIAGNOSTICS