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 = 0Channel holds glyph data (value 0).
GlyphAndOutline = 2Channel holds combined glyph and outline data (value 2).
One = 4Channel is always one / 255 (value 4).
Outline = 1Channel holds outline data (value 1).
Zero = 3Channel is always zero (value 3).