Contents

init(name:matrix:)

Returns a font descriptor with the specified values for the name and matrix dictionary attributes.

Declaration

init(name fontName: String, matrix: CGAffineTransform)

Parameters

  • fontName:

    The value for Name.

  • matrix:

    The value for Matrix.

Return Value

The new font descriptor.

See Also

Creating a font descriptor