func bold() -> Font
Adds bold styling to the font.
ボールドスタイルをフォントに加えます。
func italic() -> Font
Adds italics to the font.
イタリック体をフォントに付け加えます。
func monospaced() -> Font
Returns a fixed-width font from the same family as the base font.
func monospacedDigit () -> Font
Returns a modified font that uses fixed-width digits, while leaving other characters proportionally spaced.
func smallCaps () -> Font
Adjusts the font to enable all small capitals.
フォントを調節してオールスモールキャピタルを可能にします。
func lowercaseSmallCaps () -> Font
Adjusts the font to enable lowercase small capitals.
フォントを調節してローワケースにスモールキャピタルを可能にします。
func weight(Font.Weight) -> Font
Sets the weight of the font.
フォントのウェイトを設定します。
func leading(Font.Leading) -> Font
Create a version of
self
that uses leading (line spacing) adjustment.
self
のあるバージョンを作成します、それはリーディング(行間)調節を使います。