Structure

Font

An environment-dependent font. ある環境依存のフォント。

Declaration 宣言

@frozen struct Font

Overview 概要

The system resolves a font’s value at the time it uses the font in a given environment because Font is a late-binding token. システムはあるフォントのもつ値を、それがそのフォントをある与えられた環境において使う時点で解決します、なぜならFontは遅延バインディングのトークンだからです。

Topics 話題

Getting Standard Fonts 標準フォントを取得する

Getting System Fonts システムフォントを取得する

Creating Custom Fonts カスタムフォントを作成する

Getting a Font from Another Font

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

Comparing Fonts フォントを比較する

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Text Style