CoreText.CTFontDescriptor.WithAttributes Method
Documentation for this section has not yet been entered.

Syntax

public CTFontDescriptor WithAttributes (CTFontDescriptorAttributes attributes)

Parameters

attributes
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

c# Example

var attributes = new CTFontDescriptorAttributes () {
	FamilyName = "Times New Roman"
};

var newFontDescriptor = myDescriptor.WithAttributes (attributes);
	

Requirements

Namespace: CoreText
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0