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

isEmojiPresentation

A Boolean value indicating whether the scalar is one that should be rendered with an emoji presentation, rather than a text presentation, by default. このスカラーが初期状態で、テキスト提示物ではなく、emoji提示物で描出されるべきものであるかどうかを指し示すブール値。

Declaration 宣言

var isEmojiPresentation: Bool { get }

Discussion 解説

Scalars that have default to emoji presentation can be followed by U+FE0E VARIATION SELECTOR-15 to request the text presentation of the scalar instead. Likewise, scalars that default to text presentation can be followed by U+FE0F VARIATION SELECTOR-16 to request the emoji presentation. emoji表現が初期状態であるスカラーは、U+FE0E VARIATION SELECTOR-15が後に続くことで、そのスカラーのテキスト表現を代わりに要請できます。同じように、テキスト表現が初期状態のスカラーは、U+FE0F VARIATION SELECTOR-16が後に続くことで、emoji表現を要請できます。

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