Header: Gadgets.H
Syntax:
extern _kernel_oserror *displayfield_set_font
(
unsigned int flags,
ObjectId window,
ComponentId display_field,
char *font_name,
int width,
int height
);
Purpose: Function makes the display field use an anti-aliased font. If the font_name is NULL then the system font is used.
|
|
|