UIFontDescriptor.CreateWithMatrix(CGAffineTransform) Method

Definition

Creates a new UIFontDescriptor based on setting a new transformation matrix to the current descriptor.

[Foundation.Export("fontDescriptorWithMatrix:")]
public virtual UIKit.UIFontDescriptor CreateWithMatrix (CoreGraphics.CGAffineTransform matrix);
abstract member CreateWithMatrix : CoreGraphics.CGAffineTransform -> UIKit.UIFontDescriptor
override this.CreateWithMatrix : CoreGraphics.CGAffineTransform -> UIKit.UIFontDescriptor

Parameters

matrix
CGAffineTransform

New transofmration matrix to use.

Returns

New UIFontDescriptor containing the added transformation matrix.

Attributes

Remarks

This can be used from a background thread.

Applies to