Instance Property
typingAttributes
The receiver’s typing attributes.
Discussion
Typing attributes are reset automatically whenever the selection changes. However, if you add any user actions that change text attributes, the action should use this method to apply those attributes afterwards. User actions that change attributes should always set the typing attributes because there might not be a subsequent change in selection before the next typing.
See Also
Setting Text Attributes
- alignJustified:
Applies full justification to selected paragraphs (or all text, if the receiver is a plain text object).
- useStandardKerning:
Set the receiver to use pair kerning data for the glyphs in its selection, or for all glyphs if the receiver is a plain text view.
- lowerBaseline:
Lowers the baseline offset of selected text by 1 point, or of all text if the receiver is a plain text view.
- raiseBaseline:
Raises the baseline offset of selected text by 1 point, or of all text if the receiver is a plain text view.
- turnOffKerning:
Sets the receiver to use nominal glyph spacing for the glyphs in its selection, or for all glyphs if the receiver is a plain text view.
- loosenKerning:
Increases the space between glyphs in the receiver’s selection, or in all text if the receiver is a plain text view.
- tightenKerning:
Decreases the space between glyphs in the receiver’s selection, or for all glyphs if the receiver is a plain text view.
- useStandardLigatures:
Sets the receiver to use the standard ligatures available for the fonts and languages used when setting text, for the glyphs in the selection if the receiver is a rich text view, or for all glyphs if it’s a plain text view.
- turnOffLigatures:
Sets the receiver to use only required ligatures when setting text, for the glyphs in the selection if the receiver is a rich text view, or for all glyphs if it’s a plain text view.
- useAllLigatures:
Sets the receiver to use all ligatures available for the fonts and languages used when setting text, for the glyphs in the selection if the receiver is a rich text view, or for all glyphs if it’s a plain text view.