<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSLayoutManager/propertyForGlyph(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSLayoutManager(im)propertyForGlyphAtIndex:"
  },
  "title" : "propertyForGlyph(at:)"
}
-->

# propertyForGlyph(at:)

Returns the glyph property of the glyph at the specified index.

```
func propertyForGlyph(at glyphIndex: Int) -> NSLayoutManager.GlyphProperty
```

## Parameters

`glyphIndex`

The glyph whose glyph property is returned.

## Return Value

The glyph property associated with the specified glyph. [`NSLayoutManager.GlyphProperty`](/documentation/AppKit/NSLayoutManager/GlyphProperty) lists the values that can be returned.

## Discussion

If noncontiguous layout is not enabled, this method causes generation of all glyphs up to and including the one at `glyphIndex`.

---

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)