Contents

pasteFont(_:)

An action method that pastes font information from the font pasteboard.

Declaration

func pasteFont(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

This action method pastes font information from the font pasteboard onto the selected content or insertion point of a rich text object, or over all text of the receiver.

See Also

Cut, Copy and Paste Action Methods