-
[SwiftUI] font size 지정하기Swift/SwiftUI 2022. 2. 24. 14:39
Typography - Visual Design - iOS - Human Interface Guidelines - Apple Developer
Typography Apple provides two type families you can use in your iOS apps. San Francisco (SF). San Francisco is a sans serif type family that includes SF Pro, SF Pro Rounded, SF Mono, SF Compact, and SF Compact Rounded. SF Pro is the system font in iOS, mac
developer.apple.com
Large의 footnote는 13 px 이다 위에 차트에서 보다시피
스위프트 ui는 원래 폰트 사이즈가 정해져있다
마치 tailwindCSS 쓰는거 처럼
하지만 정해진 폰트사이즈 외에 내가 쓰고 싶은 사이즈가 있을 경우
아래와 처럼 자세하게 적어주면 된다89라는 text의 사이즈를 36 px로 주고 싶을 경우 'Swift > SwiftUI' 카테고리의 다른 글
[Swift UI] ObservableObject, @Published : Data의 변화를 감시하고 알려주자 (0) 2022.04.05 [SwiftUI] isFavorite: Bool 활용하여 filter 해주기 (0) 2022.04.05 [SwiftUI] projectedValue : State으로 선언된 변수를 자식 View에서 갖다 써보자 (0) 2022.04.04 [SwiftUI] Binding : 다른 View 에서 변수를 가져다 써보자 (0) 2022.04.04 [SwiftUI] State : View 안에서 data에 접근해서 읽고 써보자 (0) 2022.04.04