<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImage/SymbolConfiguration-swift.class/init(pointSize:weight:scale:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIImageSymbolConfiguration(cm)configurationWithPointSize:weight:scale:"
  },
  "title" : "init(pointSize:weight:scale:)"
}
-->

# init(pointSize:weight:scale:)

Creates a configuration object with the specified point-size, weight, and scale information.

```
convenience init(pointSize: CGFloat, weight: UIImage.SymbolWeight, scale: UIImage.SymbolScale)
```

## Parameters

`pointSize`

The system font point size to use for the configuration.

`weight`

The symbol image weight variant to select. Use this parameter to match the weight of the symbol image to your other content. For a list of possible values, see [`UIImage.SymbolWeight`](/documentation/UIKit/UIImage/SymbolWeight).

`scale`

The symbol image scale variant to select. Use this parameter to make the image appear bigger or smaller than text that uses the same point size. For a list of possible values, see [`UIImage.SymbolScale`](/documentation/UIKit/UIImage/SymbolScale).

## Return Value

A new symbol configuration object with the specified information.

---

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)