<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTGlyphInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@T@CTGlyphInfoRef"
  },
  "title" : "CTGlyphInfo"
}
-->

# CTGlyphInfo

Override a font’s specified mapping from Unicode to the glyph ID.

```
class CTGlyphInfo
```

## Topics

### Getting the GlyphInfo Type

[`CTGlyphInfoGetTypeID()`](/documentation/CoreText/CTGlyphInfoGetTypeID())

Returns the Core Foundation type identifier of the glyph info object

### Creating GlyphInfo Objects

[`CTGlyphInfoCreateWithGlyphName(_:_:_:)`](/documentation/CoreText/CTGlyphInfoCreateWithGlyphName(_:_:_:))

Creates an immutable glyph info object with a glyph name.

[`CTGlyphInfoCreateWithGlyph(_:_:_:)`](/documentation/CoreText/CTGlyphInfoCreateWithGlyph(_:_:_:))

Creates an immutable glyph info object with a glyph index.

[`CTGlyphInfoCreateWithCharacterIdentifier(_:_:_:)`](/documentation/CoreText/CTGlyphInfoCreateWithCharacterIdentifier(_:_:_:))

Creates an immutable glyph info object with a character identifier.

### Getting GlyphInfo Data

[`CTGlyphInfoGetGlyphName(_:)`](/documentation/CoreText/CTGlyphInfoGetGlyphName(_:))

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

[`CTGlyphInfoGetCharacterIdentifier(_:)`](/documentation/CoreText/CTGlyphInfoGetCharacterIdentifier(_:))

Gets the character identifier for a glyph info object.

[`CTGlyphInfoGetCharacterCollection(_:)`](/documentation/CoreText/CTGlyphInfoGetCharacterCollection(_:))

Gets the character collection for a glyph info object.

[`CTGlyphInfoGetGlyph(_:)`](/documentation/CoreText/CTGlyphInfoGetGlyph(_:))

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

### Constants

[`CTCharacterCollection`](/documentation/CoreText/CTCharacterCollection)

Constants that specify character collections.



---

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)