<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIAttributedTextImageGenerator",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIAttributedTextImageGenerator"
  },
  "title" : "CIAttributedTextImageGenerator"
}
-->

# CIAttributedTextImageGenerator

The properties you use to configure an attributed-text image generator filter.

```
protocol CIAttributedTextImageGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

[`scaleFactor`](/documentation/CoreImage/CIAttributedTextImageGenerator/scaleFactor)

The scale at which to render the text.

[`text`](/documentation/CoreImage/CIAttributedTextImageGenerator/text)

The text to render.

[`padding`](/documentation/CoreImage/CIAttributedTextImageGenerator/padding)

## See Also

[`attributedTextImageGenerator()`](/documentation/CoreImage/CIFilter-swift.class/attributedTextImageGenerator())

Generates an attributed-text image.



---

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)