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