Contents

sendAction()

A Boolean value that indicates whether a responder handled the font manager’s action message.

Declaration

func sendAction() -> Bool

Discussion

By default, the font manager’s action message is changeFont:. The value of this property is true if some responder object handled the changeFont: message or false if the message went unheard.

See Also

Related Documentation

Setting and Examining the Selected Font