Instance Method
updateFontPanel
Updates the Font panel to contain the font attributes of the selection.
Discussion
Does nothing if the receiver doesn’t use the Font panel. You should never need to invoke this method directly, but you can override it if needed to handle additional font attributes.
See Also
Methods for Subclasses to Use or Override
- updateRuler
Updates the ruler view in the receiver’s enclosing scroll view to reflect the selection’s paragraph and marker attributes.
acceptableDragTypes
The data types that the receiver accepts as the destination view of a dragging operation.
rangeForUserTextChange
The range of characters affected by a method that changes characters (as opposed to attributes).
rangesForUserTextChange
An array containing the ranges of characters affected by a method that changes characters (as opposed to attributes).
- didChangeText
Sends out necessary notifications when a text change completes.
smartInsertDeleteEnabled
A Boolean value that controls whether the receiver inserts or deletes space around selected words so as to preserve proper spacing and punctuation.
- smartDeleteRangeForProposedRange:
Returns an extended range that includes adjacent whitespace that should be deleted along with the proposed range in order to preserve proper spacing and punctuation.
Related Documentation
usesFontPanel
A Boolean value that controls whether the text views sharing the receiver’s layout manager use the Font panel and Font menu.