Instance Method インスタンスメソッド

uppercaseSmallCaps()

Adjusts the font to enable uppercase small capitals. フォントを調節してアッパーケースにスモールキャピタルを可能にします。

Declaration 宣言

func uppercaseSmallCaps() -> Font

Discussion 議論

This feature turns capital characters into small capitals. It is generally used for words which would otherwise be set in all caps, such as acronyms, but which are desired in small-cap form to avoid disrupting the flow of text. この機能は、キャピタル文字をスモールキャピタルへと転換します。それは一般的にいくつかの単語に対して使われます、それらはたとえば頭文字略称などそうでなければオールキャップに設定される、しかしテキストの流れを混乱させるのを防ぐためにスモールキャップ形式で望まれるものです。

See Also 参照

Styling a Font フォントのスタイリング