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) -> Font
Create a custom font with the given
name
and size
that scales with the body text style.
あつらえのフォントをこの与えられたname
とsize
で作成します、それはボディテキストスタイルとともに拡大縮小します。