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