---
title: "turnOffLigatures(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstextview/turnoffligatures(_:)"
---

# 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.

## Declaration

```swift
func turnOffLigatures(_ sender: Any?)
```

## Parameters

- `sender`: The control that sent the message; may be nil.

## See Also

### Related Documentation

- [isRichText](appkit/nstextview/isrichtext.md)

### Setting text attributes

- [alignJustified(_:)](appkit/nstextview/alignjustified(_:).md)
- [changeAttributes(_:)](appkit/nstextview/changeattributes(_:).md)
- [changeColor(_:)](appkit/nstextview/changecolor(_:).md)
- [setAlignment(_:range:)](appkit/nstextview/setalignment(_:range:).md)
- [typingAttributes](appkit/nstextview/typingattributes.md)
- [useStandardKerning(_:)](appkit/nstextview/usestandardkerning(_:).md)
- [lowerBaseline(_:)](appkit/nstextview/lowerbaseline(_:).md)
- [raiseBaseline(_:)](appkit/nstextview/raisebaseline(_:).md)
- [turnOffKerning(_:)](appkit/nstextview/turnoffkerning(_:).md)
- [loosenKerning(_:)](appkit/nstextview/loosenkerning(_:).md)
- [tightenKerning(_:)](appkit/nstextview/tightenkerning(_:).md)
- [useStandardLigatures(_:)](appkit/nstextview/usestandardligatures(_:).md)
- [useAllLigatures(_:)](appkit/nstextview/useallligatures(_:).md)
- [toggleTraditionalCharacterShape(_:)](appkit/nstextview/toggletraditionalcharactershape(_:).md)
