Type Property 型プロパティ

strokeWidth

The width of the stroke. 描線の幅。

Declaration 宣言

static let strokeWidth: NSAttributedString.Key

Discussion 議論

The value of this attribute is an NSNumber object containing a floating-point value. This value represents the amount to change the stroke width and is specified as a percentage of the font point size. Specify 0 (the default) for no additional changes. Specify positive values to change the stroke width alone. Specify negative values to stroke and fill the text. For example, a typical value for outlined text would be 3.0. この属性の値は、浮動小数点値を含んでいるNSNumberオブジェクトです。この値は、ストローク幅を変更する量を表します、そしてフォントポイントサイズのパーセンテージとして指定されます。0(初期状態)を追加変更なしには指定してください。ストローク幅のみを変更するには、正の値を指定してください。テキストのストロークとフィル(線と塗りつぶし)には、負の値を指定してください。例えば、アウトライン付きテキストに対する典型的な値は、3.0になります。

See Also 参照

Keys キー