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

isEmojiModifier

A Boolean value indicating whether the scalar is one that can modify a base emoji that precedes it. このスカラーがそれに先行するある基底emojiを修正できるものであるかどうかを指し示すブール値。

Declaration 宣言

var isEmojiModifier: Bool { get }

Discussion 解説

The Fitzpatrick skin types are examples of emoji modifiers; they change the appearance of the preceding emoji base (that is, a scalar for which isEmojiModifierBase is true) by rendering it with a different skin tone. Fitzpatrickスキン型はemoji修飾子の例です;それらは先行するemoji基盤(すなわち、それに対してisEmojiModifierBaseがtrueであるスカラー)の外観を、それを異なるスキントーンで描出することによって変更します。

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