Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_set_font
(
unsigned int flags,
ObjectId window,
ComponentId textarea,
const char *font_name,
unsigned int width,
unsigned int height
);
Purpose: Function sets the font and text size to be used in a text area. font_name must be a valid font identifier or NULL to use the system font (latter requires TextGadgets 0.47). The width and height values are in 1/16ths of a point; they are ignored if font_name is NULL.
|
|
|