![[index]](../icons/index.gif)
Next: set-label-font
Up: area-container-window<>
Previous: get-label-position
Sets the font for drawing:
- buttons labels,
- check box labels,
- radio button labels,
- choice and list box items,
- text field contents, and
- slider and gauge values (if any)
for newly-created controls within the container.
Only controls and sub-containers created after the call to
set-control-font are affected. When a child container window is created, it inherits
the label font setting of its parent.
See also
set-label-font.
- (send an-area-container-window set-control-font font) -> void
font : font% object
PLT