Table of Contents

Enum GlyphType

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Represents the various versions of a glyph records.

public enum GlyphType

Fields

Fallback = 0

This is a fall back glyph due to a missing code point.

Painted = 2

This is a multi-layer colored glyph (emoji).

Placeholder = 3

This is an atomic inline placeholder supplied by the caller.

Standard = 1

This is a standard glyph to be drawn in the style the user defines.