Contents

copyFont(_:)

An action method that copies font information onto the font pasteboard.

Declaration

func copyFont(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

This action method copies the font information for the first character of the selection (or for the insertion point) onto the font pasteboard as NSFontPboardType.

See Also

Cut, Copy and Paste Action Methods