UIFontDescriptor.CreateWithMatrix(CGAffineTransform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.