<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSATSTypesetter/setParagraphGlyphRange(_:separatorGlyphRange:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSATSTypesetter(im)setParagraphGlyphRange:separatorGlyphRange:"
  },
  "title" : "setParagraphGlyphRange(_:separatorGlyphRange:)"
}
-->

# setParagraphGlyphRange(_:separatorGlyphRange:)

Sets the glyph range being processed and the paragraph separator glyph range (the range of the paragraph separator character or characters).

```
func setParagraphGlyphRange(_ paragraphRange: NSRange, separatorGlyphRange paragraphSeparatorRange: NSRange)
```

## Parameters

`paragraphRange`

The glyph range that becomes current.

`paragraphSeparatorRange`

The paragraph separator glyph range that becomes current.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)