Table of Contents

Enum OutputFormat

Namespace
KernSmith
Assembly
KernSmith.dll

Output format for BMFont descriptor files.

public enum OutputFormat

Fields

Binary = 2

BMFont binary format.

Text = 0

BMFont text format (the default).

Xml = 1

BMFont XML format.