static func custom(String, size: CGFloat, relativeTo : Font.TextStyle ) -> Font
Create a custom font with the given
name
and size
that scales relative to the given textStyle
.
あつらえのフォントをこの与えられたname
とsize
で作成します、それは与えられたtextStyle
に比例して拡大縮小します。
static func custom(String, size: CGFloat) -> Font
Create a custom font with the given
name
and size
that scales with the body text style.
あつらえのフォントをこの与えられたname
とsize
で作成します、それはボディテキストスタイルとともに拡大縮小します。