Instance Property インスタンスプロパティ

isIdeographic

A Boolean value indicating whether the scalar is considered to be a CJKV (Chinese, Japanese, Korean, and Vietnamese) or other siniform (Chinese writing-related) ideograph. そのスカラーが、CJKV(中国語、日本語、朝鮮語、そしてベトナム語)または他のスィーニー体(中国語筆記関連)表意文字であると考えられるかどうかを指し示すブール値。

Declaration 宣言

var isIdeographic: Bool { get }

Discussion 解説

This property roughly defines the class of “Chinese characters” and does not include characters of other logographic scripts such as Cuneiform or Egyptian Hieroglyphs. このプロパティは、おおよそ “漢字” のクラスを定義します、そして他の表意文字書体の文字、たとえば楔形またはエジブト語ヒエログリフなどを含みません。

This property corresponds to the “Ideographic” property in the Unicode Standard. このプロパティは、ユニコード標準における “Ideographic” に相当します。