Type Property 型プロパティ

font

The font of the text. テキストのフォント。

Declaration 宣言

static let font: NSAttributedString.Key

Discussion 議論

The value of this attribute is a UIFont object. Use this attribute to change the font for a range of text. If you do not specify this attribute, the string uses a 12-point Helvetica(Neue) font by default. この属性の値は、UIFontオブジェクトです。この属性を使って、ある範囲のテキストに対するフォントを変更してください。あなたがこの属性を指定しないならば、文字列は12ポイントHelvetica(Neue) フォントを初期状態で使います。

See Also 参照

Keys キー