<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TextRenderer/sizeThatFits(proposal:text:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12TextRendererP12sizeThatFits8proposal4textSo6CGSizeVAA16ProposedViewSizeV_AA0C5ProxyVtF"
  },
  "title" : "sizeThatFits(proposal:text:)"
}
-->

# sizeThatFits(proposal:text:)

Returns the size of the text in `proposal`. The provided `text`
proxy value may be used to query the sizing behavior of the
underlying text layout.

```
func sizeThatFits(proposal: ProposedViewSize, text: TextProxy) -> CGSize
```

## Discussion

The default implementation of this function returns
`text.size(proposal)`.

---

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)