<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontSymbolicTraits/traitColorGlyphs",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@E@CTFontSymbolicTraits@kCTFontTraitColorGlyphs"
  },
  "title" : "traitColorGlyphs"
}
-->

# traitColorGlyphs

The font contains color glyphs.

```
static var traitColorGlyphs: CTFontSymbolicTraits { get }
```

## Discussion

Possible font tables that can contain color glyphs include ‘[sbix](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6sbix.html)’, ‘`COLR`’, and ‘`SVG_`’.

---

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)