Table of Contents

Interface IBmFontBinaryFormatter

Namespace
KernSmith.Output
Assembly
KernSmith.dll

Writes a BmFontModel as a binary-format .fnt file.

public interface IBmFontBinaryFormatter : IBmFontFormatter
Inherited Members

Methods

FormatBinary(BmFontModel)

Converts the font model to BMFont binary format.

byte[] FormatBinary(BmFontModel model)

Parameters

model BmFontModel

The font model to write.

Returns

byte[]

The .fnt file content as bytes.