🔰custom font
SwiftUI ⟩ controls ⟩ Text ⟩ Font ⟩ custom font
let avenir17 = Font.custom("AvenirNextCondensed-Regular", size:17.0)
Text("Hello").font(avenir17)
ChatGPT ⟩ SwiftUI 指定字體
Last updated
Was this helpful?
SwiftUI ⟩ controls ⟩ Text ⟩ Font ⟩ custom font
let avenir17 = Font.custom("AvenirNextCondensed-Regular", size:17.0)
Text("Hello").font(avenir17)
ChatGPT ⟩ SwiftUI 指定字體
Last updated
Was this helpful?