Table of Contents

Enum GlyphLayerKind

Namespace
SixLabors.ImageSharp.Drawing.Text
Assembly
SixLabors.ImageSharp.Drawing.dll

Optional semantic classification for layers to aid monochrome projection or decoration handling.

public enum GlyphLayerKind

Fields

Decoration = 1

Text decoration geometry (underline/overline/strikethrough).

Glyph = 0

Regular glyph geometry layer.

Painted = 2

Painted layer (e.g. color emoji glyph).