SwiftUI Font smallCaps() not working with italic()
问题 extension Font { public static let Heading1: Font = system(size: 34, weight: .black, design: .default) .smallCaps() .italic() } I can make the font all caps OR italic - but not both. Anybody know how to get around this? Without typing the String out in caps to begin with. I even tried importing BlackItalic as a custom font and still had the same issue. 回答1: None of Apple platform built-in font support both italic-smallcap features combination. System San Francisco is the most font-feature