Header: Gadgets.H
Class: Writable Fields
Syntax:
extern _kernel_oserror *writablefield_set_font
(
unsigned int flags,
ObjectId window,
ComponentId writable,
char *font_name,
int width,
int height
);
Purpose: Function makes the writable field specified in ComponentId use the anti-aliased font specified in font_name. If the field is set to NULL, then the system font is used.
|
|
|