Contents

font

The font used to draw text in the receiver’s cell.

Declaration

@NSCopying var font: NSFont? { get set }

Discussion

If the cell is being edited, setting this property causes the text in the cell to be redrawn in the new font, and the cell’s editor (the NSText object used globally for editing) is updated with the new font object.

See Also

Formatting Text