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.
None of Apple platform built-in font support both italic-smallcap features combination. System San Francisco is the most font-feature capable font supports smallcap for regular and bold, but not for italic.
Small caps are rare feature, and rare fonts support it, but even more rare, unique, fonts support both.
Here is quotation from Wikipedia ref.. pay attention on last sentence.
See also: AHIG Typography