Table of Contents

Enum ChannelContent

Namespace
KernSmith
Assembly
KernSmith.dll

Specifies what content a single RGBA channel holds in the atlas texture. Values match the BMFont specification for the common block channel fields.

public enum ChannelContent

Fields

Glyph = 0

Channel holds glyph data (value 0).

GlyphAndOutline = 2

Channel holds combined glyph and outline data (value 2).

One = 4

Channel is always one / 255 (value 4).

Outline = 1

Channel holds outline data (value 1).

Zero = 3

Channel is always zero (value 3).