Last updated 1 month ago
Was this helpful?
SwiftUI โฉ controls โฉ Text โฉ Font โฉ custom font
let avenir17 = Font.custom("AvenirNextCondensed-Regular", size:17.0) Text("Hello").font(avenir17)
๐ ๅทฅๅ ท๏ผiFont (iPad app)
ๅจ้ๅ app ่ฃก้ขๆๅฏไปฅ็ดๆฅๅฅ็จ็็จๅผ็ขผใ
SwiftUI โฉ
Font โฉ .custom(_:size:)
Text input and output โฉ Applying custom fonts to text
ChatGPT โฉ SwiftUI ๆๅฎๅญ้ซ
iFont