Share via


CTFont.WithAttributes Method

Definition

Overloads

WithAttributes(NFloat, CTFontDescriptor)

public CoreText.CTFont? WithAttributes(System.Runtime.InteropServices.NFloat size, CoreText.CTFontDescriptor attributes);
member this.WithAttributes : System.Runtime.InteropServices.NFloat * CoreText.CTFontDescriptor -> CoreText.CTFont

Parameters

size
NFloat
attributes
CTFontDescriptor

Returns

Applies to

WithAttributes(NFloat, CTFontDescriptor, CGAffineTransform)

public CoreText.CTFont? WithAttributes(System.Runtime.InteropServices.NFloat size, CoreText.CTFontDescriptor attributes, ref CoreGraphics.CGAffineTransform matrix);
member this.WithAttributes : System.Runtime.InteropServices.NFloat * CoreText.CTFontDescriptor * CGAffineTransform -> CoreText.CTFont

Parameters

size
NFloat
attributes
CTFontDescriptor

Returns

Applies to