Contents

kCTFontLanguagesAttribute

A list of covered languages for a font reference.

Declaration

let kCTFontLanguagesAttribute: CFString

Discussion

The value for this key is a CFArray object containing CFString elements. If specified, this attribute restricts the search to matching fonts that support the specified languages. The language identifier string should conform to the RFC 3066bis standard. If unspecified, this attribute is ignored.

See Also

Font Attribute Keys