Type Property 型プロパティ

ligature

The ligature of the text. このテキストのリガチャ。

Declaration 宣言

static let ligature: NSAttributedString.Key

Discussion 議論

The value of this attribute is an NSNumber object containing an integer. Ligatures cause specific character combinations to be rendered using a single custom glyph that corresponds to those characters. The value 0 indicates no ligatures. The value 1 indicates the use of the default ligatures. The value 2 indicates the use of all ligatures. The default value for this attribute is 1. (Value 2 is unsupported on iOS.) この属性の値は、integerを含んでいるNSNumberオブジェクトです。合字(リガチャ)は、特定の文字組み合わせを、それら文字に相当する単一のあつらえのグリフを使って描画されるようにします。値0は、合字なしを指し示します。値1は、省略時の合字の使用を指し示します。値2は、全ての合字の使用を指し示します。この属性の省略時の値は、1です。(値2は、iOS上で未サポートです。

See Also 参照

Keys キー