Contents

kCTFontOrientationAttribute

The orientation for the glyphs of the font.

Declaration

let kCTFontOrientationAttribute: CFString

Discussion

The value associated with this key is an integer represented as a CFNumber object containing one of the constants in CTFontOrientation. If you want to receive vertical metrics from a font for vertical rendering, specify kCTFontVerticalOrientation. If unspecified, the font uses its native orientation.

See Also

Related Documentation

Font Attribute Keys