<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTGlyphInfoGetGlyph(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@F@CTGlyphInfoGetGlyph"
  },
  "title" : "CTGlyphInfoGetGlyph(_:)"
}
-->

# CTGlyphInfoGetGlyph(_:)

Retrieves the glyph for a glyph info, if that object exists.

```
func CTGlyphInfoGetGlyph(_ glyphInfo: CTGlyphInfo) -> CGGlyph
```

## Parameters

`glyphInfo`

The glyph info object from which to get the glyph.

## Return Value

A <doc://com.apple.documentation/documentation/CoreGraphics/CGGlyph> value, if the glyph info object was created with a font; otherwise, `0`.

---

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)