<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFont/maximumAdvancement",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSFont(py)maximumAdvancement"
  },
  "title" : "maximumAdvancement"
}
-->

# maximumAdvancement

The maximum advance of any of the font’s glyphs.

```
var maximumAdvancement: NSSize { get }
```

## Discussion

The advancement is always either strictly horizontal or strictly vertical.

## See Also

[`advancement(forGlyph:)`](/documentation/AppKit/NSFont/advancement(forGlyph:))

Returns the nominal spacing for the given glyph—the distance the current point moves after showing the glyph—accounting for the receiver’s size.



---

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)