📦Font
╱🚧 -> breadcrum,
SwiftUI ⟩ controls ⟩ Text ⟩ Font
- used in Text. 
- flexible font size with resizableFont(). 
Text("12:34:56")
  .font(.system(size: 72, design: .monospaced))  // ⭐️ monospaced font
Text("12:34:56")
  .monospacedDigit()        // ⭐️ monospaced digit
- Developer ⟩ - Apple Fonts - fonts for Apple platforms 
 
- SwiftUI ⟩ Text Input & Output ⟩ - view modifiers: .fontWeight(_:) 
 
- Loaf ⟩ Monospace Digits 
- JustFont ⟩ 字體123:必需知道的基本知識 - Kerning, Tracking, Leading. 
Last updated
Was this helpful?