CTFontGetMatrix(_:)
Returns the transformation matrix of the given font.
Declaration
func CTFontGetMatrix(_ font: CTFont) -> CGAffineTransformParameters
- font:
The font reference.
Return Value
The transformation matrix for the given font reference. This is the matrix that was provided when the font was created.