bool wb_set_font (int control [, int font [, bool redraw]])
Sets the font of control. font is a unique integer value returned by wb_create_font(). If font is zero or not given, the most recently created font is used. If font is a negative number, it means the system default font.
Returns
TRUE
on success or FALSE
if an error occurs.
To check the system font name and size, call wb_get_system_info() using ("systemfont") as the info parameter.
|
wb_create_font
wb_get_system_info
Control functions