Share via


CTFont.WithFamily Method

Definition

Overloads

WithFamily(NFloat, String)

public CoreText.CTFont? WithFamily(System.Runtime.InteropServices.NFloat size, string family);
member this.WithFamily : System.Runtime.InteropServices.NFloat * string -> CoreText.CTFont

Parameters

size
NFloat
family
String

Returns

Applies to

WithFamily(NFloat, String, CGAffineTransform)

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

Parameters

size
NFloat
family
String

Returns

Applies to