See Also: CTFontDescriptorAttributes Members
This is a class that allows developers to easily consume and configure font descriptor attributes.
c# Example
var attributes = new CTFontDescriptorAttributes () {
FamilyName = "Times New Roman"
};
var fontDescriptor = new CTFontDescriptor (attributes);