static func custom(String, fixedSize : CGFloat) -> Font
Create a custom font with the given
name
and a fixed size
that does not scale with Dynamic Type.
あつらえのフォントをこの与えられたname
とある固定のsize
で作成します、それはDynamic Typeとともに拡大縮小しません。
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
に比例して拡大縮小します。