Contents

titleFont

The font object used to draw the receiver’s title.

Declaration

var titleFont: NSFont { get set }

Discussion

By default, the title is drawn using the small system font (obtained using (smallSystemFontSize as the parameter of systemFont(ofSize:), both NSFont class methods). If the size of the new font is different from that of the old font, the content view is resized to absorb the difference.

See Also

Configuring Boxes