Table of Contents

Enum EmojiProperties

Namespace
SixLabors.Fonts.Unicode
Assembly
SixLabors.Fonts.dll

Binary Unicode emoji properties from UTS #51.

[Flags]
public enum EmojiProperties : byte

Fields

Emoji = 1

The scalar has the Emoji property.

EmojiComponent = 16

The scalar is used as a component in emoji sequences.

EmojiKeycapSequenceBase = 128

The scalar can start an emoji keycap sequence.

EmojiModifier = 4

The scalar is an emoji modifier.

EmojiModifierBase = 8

The scalar can be followed by an emoji modifier.

EmojiPresentation = 2

The scalar defaults to emoji presentation.

EmojiPresentationSequenceBase = 64

The scalar can be followed by U+FE0F to request emoji presentation.

None = 0

No emoji properties.

TextPresentationSequenceBase = 32

The scalar can be followed by U+FE0E to request text presentation.