For installed fonts, use the UIFont initializer to refer to a font by name. For example
UIFont.init?(name: String, size: CGFloat)
Use the UIFont familyNames property to get the list of installed font families then get the actual installed fonts with fontNames(forFamilyName:)
Topic:
App & System Services
SubTopic:
Core OS
Tags: