Contents

variations

Returns the variation specification dictionary for a font.

Declaration

var variations: CFDictionary? { get }

Discussion

The variation specification dictionary contains keys that correspond to the variation axis names of the font. Each key is a variation axis name. The value for each key is the value specified for that particular variation axis represented as a CFNumber object.

See Also

Working with Variations