<!--
{
  "documentType" : "article",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/1498177-run-delegate-versions",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Run Delegate Versions"
}
-->

# Run Delegate Versions

The version of the run delegate.

## Discussion

Set the version field of the [`CTRunDelegateCallbacks`](/documentation/CoreText/CTRunDelegateCallbacks) structure to `kCTRunDelegateCurrentVersion` when creating a CTRunDelegate object with a call to [`CTRunDelegateCreate(_:_:)`](/documentation/CoreText/CTRunDelegateCreate(_:_:)).

## Topics

### Constants

[`var kCTRunDelegateVersion1: Int`](/documentation/CoreText/kCTRunDelegateVersion1)

Version 1 of the run delegate.

[`var kCTRunDelegateCurrentVersion: Int`](/documentation/CoreText/kCTRunDelegateCurrentVersion)

The current version of the run delegate.



---

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)