selectedFontDescriptor
Information about the font family or face selected by the user in the font picker.
Declaration
var selectedFontDescriptor: UIFontDescriptor? { get set }Discussion
This font descriptor does not include a size attribute, so if you want to use this descriptor as a parameter in init(descriptor:size:), you also need a size parameter greater than 0.0.