Type Property 型プロパティ

foregroundColor

The color of the text. テキストの色。

Declaration 宣言

static let foregroundColor: NSAttributedString.Key

Discussion 議論

In macOS, the value of this attribute is an NSColor instance. In iOS, tvOS, watchOS, and Mac Catalyst, the value of this attribute is a UIColor instance. Use this attribute to specify the color of the text during rendering. If you don’t specify this attribute, the text renders in black. macOSでは、この属性の値はNSColorインスタンスです。iOS、tvOS、watchOS、そしてMac Catalystでは、この属性の値はUIColorインスタンスです。この属性を使って、描画の間にテキストの色を指定してください。あなたがこの属性を指定しないならば、テキストは黒で描画します。

See Also 参照

Keys キー