Skip navigation.
 
mlTyping attributes for a rich NSField
FROM : R. Scott Thompson
DATE : Fri Dec 03 23:18:46 2004

NSTextView has the setTypingAttributes: method which allows you to
establish the attributes for text to be entered into the view before
the user starts typing.

NSTextField has been given the ability to edit rich text within the
field, is there an equivalent functionality to setTypingAttributes? 
I've looked in NSTextField and NSControl and such to no avail.  I
suspect this is a "hard" problem because the field editor gets
involved.

Scott

Related mailsAuthorDate
mlTyping attributes for a rich NSField R. Scott Thompson Dec 3, 23:18
mlRe: Typing attributes for a rich NSField Louis C. Sacha Dec 4, 23:37