<!--
{
  "availability" : [
    "iOS: 3.2.0 -",
    "iPadOS: 3.2.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CATextLayerTruncationMode/none",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Animation",
      "QuartzCore"
    ],
    "preciseIdentifier" : "c:@kCATruncationNone"
  },
  "title" : "none"
}
-->

# none

Each line is displayed so that the text is either wrapped or clipped.

```
static let none: CATextLayerTruncationMode
```

## Discussion

If the [`isWrapped`](/documentation/QuartzCore/CATextLayer/isWrapped) property is <doc://com.apple.documentation/documentation/Swift/true>, the text is wrapped to the receiver’s bounds, otherwise the text is clipped to the receiver’s bounds.

---

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)