Post

Replies

Boosts

Views

Activity

Reply to How do I change the font of a text/label in Xcode 15?
Thank you! However for anyone else who sees this post, to get the name of all fonts use this code: for family in UIFont.familyNames.sorted() { let names = UIFont.fontNames(forFamilyName: family) print("Family: \(family) Font names: \(names)") }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23