Contents

kCTFontDisplayNameAttribute

The name used to display the font.

Declaration

let kCTFontDisplayNameAttribute: CFString

Discussion

Most commonly this is the full name. The value associated with this key is a CFString object. If the value is unspecified, it defaults to Helvetica, and if that font is unavailable, it falls back to the global font cascade list.

See Also

Font Attribute Keys