- attributes
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
c# Example
var attributes = new CTFontDescriptorAttributes () {
FamilyName = "Times New Roman"
};
var newFontDescriptor = myDescriptor.WithAttributes (attributes);